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

Contents of /mitgcm.org/front_content/Makefile

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


Revision 1.21 - (show annotations) (download)
Sun Jan 14 18:13:29 2018 UTC (6 years, 3 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 # $Header: /u/gcmpack/mitgcm.org/front_content/Makefile,v 1.20 2018/01/14 18:03:16 jmc Exp $
2 #
3 # Makefile for the "front-end" of the mitgcm.org domain.
4
5 all:
6 -rm -rf html
7 # ./parse_emails -u /u/edhill/local/bin/munpack
8 ./make_summary
9 ./Assemble.pl
10
11 install:
12 @make all
13 chmod 664 html/*.html
14 /bin/cp -f html/*.html /u/u0/httpd/html/public/
15 #cp `ls html/*.html | grep -v 'html/news.html'` /u/u0/httpd/html/public/
16
17 tidy:
18 tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml
19
20 clean:
21 -rm -rf html ptmp
22

  ViewVC Help
Powered by ViewVC 1.1.22