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

Comparing deliantra/www/Makefile (file contents):
Revision 1.1 by pippijn, Thu Sep 13 19:15:49 2007 UTC vs.
Revision 1.2 by root, Thu Sep 13 19:32:34 2007 UTC

1PERL = /usr/bin/perl
2
3all: build
4
1build: 5build:
6 rm -rf html
2 mkdir -p html 7 mkdir html
3 perl generate
4 cp -a extra/* html/ 8 rsync -a extra/. html/.
5 9 $(PERL) generate
6upload: build 10 chmod -R u=rwX,go=rX html
7 rsync -r html/* ruth:/var/www/cfnew.schmorp.de/
8 11
9clean: 12clean:
10 rm -rf html

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines