fix CROASCII (B1.002:1982) filter
[webpac] / Makefile
index 5956ec7..f13addd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,17 @@
 clean:
        rm -f *.bak *.temp
 
-index:
-       swish-e -S prog -c swish_isis.conf
+profile:
+       perl -d:DProf './all2xml.pl' > foo
+       dprofpp
+
+ver=`date +%Y%m%d`
+
+dist:
+       svn log -v > ChangeLog
+       rm -Rf webpac-$(ver)
+       mkdir webpac-$(ver)
+       svn ls -R | cpio -pvd webpac-$(ver)/
+       tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
+       rm -Rf webpac-$(ver)
+