--- trunk/Makefile 2003/01/11 06:15:10 6 +++ trunk/Makefile 2004/03/07 23:15:24 235 @@ -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) +