ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/Makefile
Revision: 1.1
Committed: Thu Sep 13 19:15:49 2007 UTC (16 years, 8 months ago) by pippijn
Branch: MAIN
Log Message:
initial import

File Contents

# Content
1 build:
2 mkdir -p html
3 perl generate
4 cp -a extra/* html/
5
6 upload: build
7 rsync -r html/* ruth:/var/www/cfnew.schmorp.de/
8
9 clean:
10 rm -rf html