/[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

revision 162 by dpavlin, Thu Nov 20 21:20:57 2003 UTC revision 235 by dpavlin, Sun Mar 7 23:15:24 2004 UTC
# Line 4  clean: Line 4  clean:
4  profile:  profile:
5          perl -d:DProf './all2xml.pl' > foo          perl -d:DProf './all2xml.pl' > foo
6          dprofpp          dprofpp
7    
8    ver=`date +%Y%m%d`
9    
10    dist:
11            rcs2log -h rot13.org > ChangeLog
12            rm -Rf webpac-$(ver)
13            mkdir webpac-$(ver)
14            cvs-files.pl | cpio -pvd webpac-$(ver)/
15            tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
16            rm -Rf webpac-$(ver)
17    

Legend:
Removed from v.162  
changed lines
  Added in v.235

  ViewVC Help
Powered by ViewVC 1.1.26