/[webpac]/trunk2/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/Makefile revision 6 by dpavlin, Sat Jan 11 06:15:10 2003 UTC trunk2/Makefile revision 405 by dpavlin, Sun Sep 5 17:53:35 2004 UTC
# Line 1  Line 1 
1    all:
2            ./all2all.pl
3    
4  clean:  clean:
5          rm -f *.bak *.temp          rm -f *.bak *.temp
6            rm -Rf out/index/*
7    
8    test:
9            @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10
10    
11    profile:
12            perl -d:DProf ./all2all.pl
13            #dprofpp
14    
15    ver=`date +%Y%m%d`
16    
17    dist:
18            svn log -v > ChangeLog
19            rm -Rf webpac-$(ver)
20            mkdir webpac-$(ver)
21            svn ls -R | cpio -pvd webpac-$(ver)/
22            tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
23            rm -Rf webpac-$(ver)
24    
 index:  
         swish-e -S prog -c swish_isis.conf  

Legend:
Removed from v.6  
changed lines
  Added in v.405

  ViewVC Help
Powered by ViewVC 1.1.26