/[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.20 - (show annotations) (download)
Sun Jan 14 18:03:16 2018 UTC (6 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.19: +2 -5 lines
an other adjustment (related to permission) for "install" target

1 # $Header: /u/gcmpack/mitgcm.org/front_content/Makefile,v 1.19 2018/01/12 21:46:46 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 -pf 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