Parent Directory
|
Revision Log
|
Revision Graph
an other adjustment (related to permission) for "install" target
| 1 | jmc | 1.20 | # $Header: /u/gcmpack/mitgcm.org/front_content/Makefile,v 1.19 2018/01/12 21:46:46 jmc Exp $ |
| 2 | edhill | 1.4 | # |
| 3 | # Makefile for the "front-end" of the mitgcm.org domain. | ||
| 4 | edhill | 1.1 | |
| 5 | all: | ||
| 6 | -rm -rf html | ||
| 7 | jmc | 1.15 | # ./parse_emails -u /u/edhill/local/bin/munpack |
| 8 | edhill | 1.3 | ./make_summary |
| 9 | edhill | 1.1 | ./Assemble.pl |
| 10 | |||
| 11 | edhill | 1.2 | install: |
| 12 | @make all | ||
| 13 | jmc | 1.19 | chmod 664 html/*.html |
| 14 | jmc | 1.20 | /bin/cp -pf html/*.html /u/u0/httpd/html/public/ |
| 15 | jmc | 1.18 | #cp `ls html/*.html | grep -v 'html/news.html'` /u/u0/httpd/html/public/ |
| 16 | edhill | 1.2 | |
| 17 | edhill | 1.1 | tidy: |
| 18 | tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml | ||
| 19 | |||
| 20 | clean: | ||
| 21 | edhill | 1.4 | -rm -rf html ptmp |
| 22 |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |