<config> tags (which use values from all2xml.conf) are now properly handled
[webpac] / Makefile
index 5956ec7..6adede1 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:
+       rcs2log -h rot13.org > ChangeLog
+       rm -Rf webpac-$(ver)
+       mkdir webpac-$(ver)
+       cvs-files.pl | cpio -pvd webpac-$(ver)/
+       tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
+       rm -Rf webpac-$(ver)
+