ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/Makefile
(Generate patch)

Comparing deliantra/www/Makefile (file contents):
Revision 1.11 by root, Thu Sep 13 21:08:48 2007 UTC vs.
Revision 1.12 by pippijn, Sat Sep 15 15:22:17 2007 UTC

18 18
19all: build 19all: build
20 20
21build: $(thumbs) 21build: $(thumbs)
22 rm -rf html 22 rm -rf html
23 mkdir html 23 mkdir -p html/monsters
24 rsync -a extra/. html/. 24 rsync -a extra/. html/.
25 $(PERL) generate 25 $(PERL) generate
26 chmod -R u=rwX,go=rX html 26 chmod -R u=rwX,go=rX html
27 ln -s /home/pippijn/code/crossfire/arch html/
27 28
28clean: 29clean:
29 rm -rf extra/sc/*_tb.jpg extra/tutscrs/*_tb.jpg 30 rm -rf extra/sc/*_tb.jpg extra/tutscrs/*_tb.jpg

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines