ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/schmorpforge/Makefile
Revision: 1.3
Committed: Sun Nov 28 19:00:08 2021 UTC (4 years, 6 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -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 root 1.3 software.schmorp.de/index.html: genpage schmorpforge.css
7 root 1.2 umask 022
8     mkdir -p software.schmorp.de/pkg/deliantra
9 root 1.1 ./genpage
10 root 1.3 cp -a schmorpforge.css software.schmorp.de
11 root 1.1 chmod u=rwX,go=rX -R software.schmorp.de