/[PLies]/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 /Makefile

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

revision 1.5 by dpavlin, Sat May 5 19:48:08 2001 UTC revision 1.7 by dpavlin, Tue May 8 23:03:03 2001 UTC
# Line 2  Line 2 
2  # PLies  # PLies
3  # MAIN MAKEFILE  # MAIN MAKEFILE
4    
5  ver=1.1  ver=1.2-pre
6  files=Makefile burst.pl INSTALL ChangeLog css/*.css default/*.html  files=Makefile burst.pl INSTALL ChangeLog css/*.css default/*.html
7    
8  ####  ####
9  PERL=perl  PERL=perl
10  BURST=../PLies/burst.pl  BURST=../PLies/burst.pl
11    
12    #### extract presentation name (from directory name)
13    presentation=`pwd | sed 's/.*\/\([^\/]*\)/\1/g'`
14    
15  all: index.html  all: index.html
16    
17  clean:  clean:
18          -rm -f slide*.html index*.html *~          -rm -f slide*.html index*.html *~ $(presentation).zip
19    
20  index.html: all.htm infos.txt Makefile  index.html: all.htm infos.txt Makefile
21          $(PERL) $(BURST)          $(PERL) $(BURST)
# Line 67  dist: Line 70  dist:
70          tar cfvpz ../PLies-$(ver).tar.gz PLies-$(ver)/          tar cfvpz ../PLies-$(ver).tar.gz PLies-$(ver)/
71          rm -Rf PLies-$(ver)          rm -Rf PLies-$(ver)
72          cd .. ; ln -sf PLies-$(ver).tar.gz PLies.tar.gz          cd .. ; ln -sf PLies-$(ver).tar.gz PLies.tar.gz
73    
74    #### pack presentation in zip
75    pack:   all.htm infos.txt Makefile
76            $(PERL) $(BURST) pack=1 | zip -j -9 -q -@ $(presentation).zip
77            $(PERL) $(BURST)
78            @echo created presentation archive $(presentation).zip

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26