ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/schmorpforge/Makefile
Revision: 1.2
Committed: Sat May 10 00:27:41 2008 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.1: +3 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 all: dist
2    
3     dist: software.schmorp.de/index.html
4 root 1.2 rsync -avzP software.schmorp.de rain:/var/www/. --delete
5 root 1.1
6     software.schmorp.de/index.html: genpage
7 root 1.2 umask 022
8     mkdir -p software.schmorp.de/pkg/deliantra
9 root 1.1 ./genpage
10     chmod u=rwX,go=rX -R software.schmorp.de