ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/Makefile
Revision: 1.2
Committed: Thu Sep 13 19:32:34 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.1: +9 -7 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.2 PERL = /usr/bin/perl
2    
3     all: build
4    
5 pippijn 1.1 build:
6 root 1.2 rm -rf html
7     mkdir html
8     rsync -a extra/. html/.
9     $(PERL) generate
10     chmod -R u=rwX,go=rX html
11 pippijn 1.1
12     clean: