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

Comparing deliantra/www/Makefile (file contents):
Revision 1.3 by root, Thu Sep 13 19:46:33 2007 UTC vs.
Revision 1.4 by pippijn, Thu Sep 13 19:53:19 2007 UTC

13all: build 13all: build
14 14
15build: $(thumbs) 15build: $(thumbs)
16 rm -rf html 16 rm -rf html
17 mkdir html 17 mkdir html
18 rsync -a medieval.css html/.
18 rsync -a extra/. html/. 19 rsync -a extra/. html/.
19 $(PERL) generate 20 $(PERL) generate
20 chmod -R u=rwX,go=rX html 21 chmod -R u=rwX,go=rX html
21 22
22clean: 23clean:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines