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

Comparing deliantra/www/Makefile (file contents):
Revision 1.4 by pippijn, Thu Sep 13 19:53:19 2007 UTC vs.
Revision 1.5 by pippijn, Thu Sep 13 19:54:50 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/.
19 rsync -a extra/. html/. 18 rsync -a extra/. html/.
20 $(PERL) generate 19 $(PERL) generate
21 chmod -R u=rwX,go=rX html 20 chmod -R u=rwX,go=rX html
22 21
23clean: 22clean:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines