/[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.2 - (hide annotations) (download)
Wed Nov 20 14:14:26 2002 UTC (22 years, 8 months ago) by adcroft
Branch: MAIN
Changes since 1.1: +3 -1 lines
Added sitemap to process

1 adcroft 1.2 TARGS = about.htm browse.htm documentation.htm install.htm tutorials.htm search.htm sitemap.htm
2 adcroft 1.1
3     HEADERS = bits/header.html bits/topbar.html
4     FOOTERS = bits/footer.html
5     COMMONFILES = $(HEADERS) $(FOOTERS)
6    
7     all: $(TARGS)
8    
9     about.htm: bits/about_side.htm $(COMMONFILES)
10     cat $(HEADERS) $< $(FOOTERS) > $@
11     browse.htm: bits/browse_side.htm $(COMMONFILES)
12     cat $(HEADERS) $< $(FOOTERS) > $@
13     documentation.htm: bits/documentation_side.htm $(COMMONFILES)
14     cat $(HEADERS) $< $(FOOTERS) > $@
15     install.htm: bits/install_side.htm $(COMMONFILES)
16     cat $(HEADERS) $< $(FOOTERS) > $@
17     tutorials.htm: bits/tutorials_side.htm $(COMMONFILES)
18     cat $(HEADERS) $< $(FOOTERS) > $@
19     search.htm: bits/search_side.htm $(COMMONFILES)
20 adcroft 1.2 cat $(HEADERS) $< $(FOOTERS) > $@
21     sitemap.htm: bits/about_side.htm $(COMMONFILES)
22 adcroft 1.1 cat $(HEADERS) $< $(FOOTERS) > $@
23    
24     clean:
25     rm -f $(TARGS)

  ViewVC Help
Powered by ViewVC 1.1.22