Skip to content

Commit

Permalink
added call to seperate.pl.
Browse files Browse the repository at this point in the history
  • Loading branch information
kramm committed Jun 15, 2004
1 parent 58beb06 commit 7e5cd63
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
all:
rm -f swfc.*.html
rm -f data/* || true
xsltproc guide.xsl swfc.xml > tmp.html
perl codebeautifier.pl < tmp.html > swfc.html
perl seperate.pl swfc.html
cp swfc.1.html swfc.html
rm tmp.html
cp beach.jpg Arial.swf Courier.swf Times.swf scenery.jpg data
cp swfc.html swfc.*.html caiviar.css data

upload:
./syncswfc

0 comments on commit 7e5cd63

Please sign in to comment.