/[MITgcm]/mitgcm.org/front_content/Makefile
ViewVC logotype

Annotation of /mitgcm.org/front_content/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.21 - (hide annotations) (download)
Sun Jan 14 18:13:29 2018 UTC (6 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +2 -2 lines
fix previous modif: "-p" has not been used previously to install ("cp") files.

1 jmc 1.21 # $Header: /u/gcmpack/mitgcm.org/front_content/Makefile,v 1.20 2018/01/14 18:03:16 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.21 /bin/cp -f 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