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

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