/[MITgcm]/mitgcm.org/devel/buildweb/templates/Makefile
ViewVC logotype

Annotation of /mitgcm.org/devel/buildweb/templates/Makefile

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


Revision 1.4 - (hide annotations) (download)
Fri Mar 7 16:16:22 2008 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +8 -8 lines
fix previous modif

1 jmc 1.4 # $Header: /u/gcmpack/mitgcm.org/devel/buildweb/templates/Makefile,v 1.3 2008/03/05 23:36:01 jmc Exp $
2 jmc 1.3
3 adcroft 1.2 TARGS = about.htm browse.htm documentation.htm install.htm tutorials.htm search.htm sitemap.htm
4 adcroft 1.1
5     HEADERS = bits/header.html bits/topbar.html
6     FOOTERS = bits/footer.html
7     COMMONFILES = $(HEADERS) $(FOOTERS)
8    
9     all: $(TARGS)
10    
11     about.htm: bits/about_side.htm $(COMMONFILES)
12 jmc 1.4 cat $(HEADERS) $< $(FOOTERS) | ./replace.sh > $@
13 adcroft 1.1 browse.htm: bits/browse_side.htm $(COMMONFILES)
14 jmc 1.4 cat $(HEADERS) $< $(FOOTERS) | ./replace.sh > $@
15 adcroft 1.1 documentation.htm: bits/documentation_side.htm $(COMMONFILES)
16 jmc 1.4 cat $(HEADERS) $< $(FOOTERS) | ./replace.sh > $@
17 adcroft 1.1 install.htm: bits/install_side.htm $(COMMONFILES)
18 jmc 1.4 cat $(HEADERS) $< $(FOOTERS) | ./replace.sh > $@
19 adcroft 1.1 tutorials.htm: bits/tutorials_side.htm $(COMMONFILES)
20 jmc 1.4 cat $(HEADERS) $< $(FOOTERS) | ./replace.sh > $@
21 adcroft 1.1 search.htm: bits/search_side.htm $(COMMONFILES)
22 jmc 1.4 cat $(HEADERS) $< $(FOOTERS) | ./replace.sh > $@
23 adcroft 1.2 sitemap.htm: bits/about_side.htm $(COMMONFILES)
24 jmc 1.4 cat $(HEADERS) $< $(FOOTERS) | ./replace.sh > $@
25 adcroft 1.1
26     clean:
27     rm -f $(TARGS)

  ViewVC Help
Powered by ViewVC 1.1.22