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

Comparing deliantra/www/Makefile (file contents):
Revision 1.12 by pippijn, Sat Sep 15 15:22:17 2007 UTC vs.
Revision 1.13 by root, Sun Oct 14 14:25:11 2007 UTC

16%_tb.jpg: %.jpg 16%_tb.jpg: %.jpg
17 convert $< $(CONVERTPARAMS) $@ 17 convert $< $(CONVERTPARAMS) $@
18 18
19all: build 19all: build
20 20
21build: $(thumbs) 21build: $(thumbs) .force
22 rm -rf html 22 rm -rf html
23 mkdir -p html/monsters 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines