Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.17 by jmc, Tue Nov 3 23:20:16 2009 UTC | revision 1.19 by jmc, Fri Jan 12 21:46:46 2018 UTC | |
|---|---|---|
| # | Line 12 all: | Line 12 all: |
| 12 | ||
| 13 | install: | install: |
| 14 | @make all | @make all |
| 15 | #cp html/*.html /u/u0/httpd/html/public/ | chmod 664 html/*.html |
| 16 | cp `ls html/*.html | grep -v 'html/news.html'` /u/u0/httpd/html/public/ | cp html/*.html /u/u0/httpd/html/public/ |
| 17 | #cp `ls html/*.html | grep -v 'html/news.html'` /u/u0/httpd/html/public/ | |
| 18 | ||
| 19 | tidy: | tidy: |
| 20 | tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml | tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |