forked from swftools/swftools
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kramm
committed
Jun 15, 2004
1 parent
58beb06
commit 7e5cd63
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |