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