From: Keith Packard Date: Sat, 6 Oct 2018 04:40:13 +0000 (-0700) Subject: doc: Use RELEASE_DATE to set PDF timestamps using faketime X-Git-Tag: 1.8.7~3^2~34 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=cc70746e8efa6cadb23cbfcb11ddb51574c512a9 doc: Use RELEASE_DATE to set PDF timestamps using faketime This ensures that the generated PDF files do not depend on the time of the build and only on the date of the release. Signed-off-by: Keith Packard --- diff --git a/configure.ac b/configure.ac index 9ad581c9..a14762b0 100644 --- a/configure.ac +++ b/configure.ac @@ -519,6 +519,7 @@ AC_OUTPUT([ Makefile src/Makedefs src/chaoskey-v1.0/org.altusmetrum.ChaosKey.metainfo.xml +doc/Makefile altoslib/Makefile altoslib/AltosVersion.java icon/Makefile diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index 5e175cbe..00000000 --- a/doc/Makefile +++ /dev/null @@ -1,316 +0,0 @@ -# -# http://docbook.sourceforge.net/release/xsl/current/README -# - -RELNOTES_INC=\ - release-notes-1.8.7.inc \ - release-notes-1.8.6.inc \ - release-notes-1.8.5.inc \ - release-notes-1.8.4.inc \ - release-notes-1.8.3.inc \ - release-notes-1.8.2.inc \ - release-notes-1.8.1.inc \ - release-notes-1.8.inc \ - release-notes-1.7.inc \ - release-notes-1.6.8.inc \ - release-notes-1.6.5.inc \ - release-notes-1.6.4.inc \ - release-notes-1.6.3.inc \ - release-notes-1.6.2.inc \ - release-notes-1.6.1.inc \ - release-notes-1.6.inc \ - release-notes-1.5.inc \ - release-notes-1.4.2.inc \ - release-notes-1.4.1.inc \ - release-notes-1.4.inc \ - release-notes-1.3.2.inc \ - release-notes-1.3.1.inc \ - release-notes-1.3.inc \ - release-notes-1.2.1.inc \ - release-notes-1.2.inc \ - release-notes-1.1.1.inc \ - release-notes-1.1.inc \ - release-notes-1.0.1.inc \ - release-notes-0.9.2.inc \ - release-notes-0.9.inc \ - release-notes-0.8.inc \ - release-notes-0.7.1.inc - -IMAGES=\ - altosui.png \ - ascent.png \ - configure-altimeter.png \ - configure-altosui.png \ - configure-groundstation.png \ - configure-pyro.png \ - descent.png \ - device-selection.png \ - easymega.svg \ - easymega-v1.0-bottom.jpg \ - easymega-v1.0-top.jpg \ - easymini.svg \ - easymini-top.jpg \ - fire-igniter.png \ - graph-configure.png \ - graph-map.png \ - graph.png \ - graph-stats.png \ - ignitor.png \ - landed.png \ - launch-pad.png \ - load-maps.png \ - micropeak-app.png \ - micropeak-back.jpg \ - micropeak-device-dialog.png \ - micropeak-dime.jpg \ - micropeak-download.png \ - micropeak-graph-configure.png \ - micropeak-graph.png \ - micropeak-nofont.svg \ - micropeak-preferences.png \ - micropeak-raw-data.png \ - micropeak-save-dialog.png \ - micropeak-statistics.png \ - MicroPeakUSB-2.0-inuse.jpg \ - MicroPeakUSB-2.0.jpg \ - monitor-idle.png \ - scan-channels.png \ - site-map.png \ - table.png \ - telegps-configure.png \ - telegps-graph-configure.png \ - telegps-graph-graph.png \ - telegps-graph-map.png \ - telegps-graph-stats.png \ - telegps-info.png \ - telegps-location.png \ - telegps-map.png \ - telegps-preferences.png \ - telegps-scan.png \ - telegps-status.png \ - telegps-table.png \ - telegps-v1.0-top.jpg \ - telemega.svg \ - telemega-v1.0-top.jpg \ - telemetrum.svg \ - telemetrum-v1.1-thside.jpg \ - telemetrum-v2.0-th.jpg \ - telemini-v1.svg \ - telemini-v1-top.jpg \ - telemini-v3.svg \ - telemini-v3.0-top.jpg \ - telemini-v3.0-bottom.jpg \ - altusmetrum-oneline.svg \ - telegps-oneline.svg \ - micropeak-oneline.svg - -TXT_FILES=altusmetrum.txt - -COMMON_INC_FILES=\ - config-device.inc \ - config-ui.inc \ - load-maps.inc \ - aprs-operation.inc \ - handling.inc - -INC_FILES=\ - dedication.inc \ - intro.inc \ - getting-started.inc \ - usage.inc \ - telemetrum.inc \ - telemini.inc \ - easymini-device.inc \ - telemega.inc \ - easymega.inc \ - installation.inc \ - using-am-products.inc \ - updating-firmware.inc \ - altosui.inc \ - altosdroid.inc \ - system-operation.inc \ - pyro-channels.inc \ - flight-data-recording.inc \ - specs.inc \ - $(COMMON_INC_FILES) \ - release-notes.inc \ - $(RELNOTES_INC) - -RAW_FILES=$(TXT_FILES:.txt=.raw) $(INC_FILES:.inc=.raw) - -TELEGPS_INC_FILES=\ - telegps-dedication.inc \ - telegps-quick-start.inc \ - telegps-using.inc \ - telegps-system-operation.inc \ - telegps-application.inc \ - telegps-specs.inc \ - telegps-updating-firmware.inc \ - telegps-release-notes.inc \ - $(COMMON_INC_FILES) - -TELEGPS_TXT_FILES=\ - telegps.txt - -TELEGPS_RAW_FILES=$(TELEGPS_TXT_FILES:.txt=.raw) $(TELEGPS_INC_FILES:.inc=.raw) - -MICROPEAK_TXT_FILES=\ - micropeak.txt - -MICROPEAK_INC_FILES= - -MICROPEAK_RAW_FILES=$(MICROPEAK_TXT_FILES:.txt=.raw) $(MICROPEAK_INC_FILES:.inc=.raw) - -EASYMINI_TXT_FILES=\ - easymini.txt - -EASYMINI_INC_FILES=$(INC_FILES) easymini-release-notes.inc - - -EASYMINI_RAW_FILES=$(EASYMINI_TXT_FILES:.txt=.raw) $(EASYMINI_INC_FILES:.inc=.raw) - -OUTLINE_TXT_FILES=\ - easymega-outline.txt \ - easymini-outline.txt \ - telemega-outline.txt \ - telemetrum-outline.txt \ - telemini-v1-outline.txt \ - telemini-v3-outline.txt \ - telegps-outline.txt - -OUTLINE_RAW_FILES=$(OUTLINE_TXT_FILES:.txt=.raw) - -OUTLINE_PDF_FILES=$(OUTLINE_TXT_FILES:.txt=.pdf) - -SVG=\ - easymini.svg \ - telemega.svg \ - telemetrum.svg \ - telemini-v1.svg \ - telemini-v3.svg \ - easymega.svg - -RELNOTES_HTML=$(RELNOTES_INC:.inc=.html) - -ONEFILE_TXT_FILES=\ - altos.txt \ - companion.txt \ - telemetry.txt - -ONEFILE_RAW_FILES=$(ONEFILE_TXT_FILES:.txt=.raw) -ONEFILE_PDF_FILES=$(ONEFILE_TXT_FILES:.txt=.pdf) -ONEFILE_HTML_FILES=$(ONEFILE_TXT_FILES:.txt=.html) - -AM_HTML=am.html - -PUBLISH_HTML=altusmetrum.html micropeak.html telegps.html easymini.html $(ONEFILE_HTML_FILES) - -HTML=$(PUBLISH_HTML) $(RELNOTES_HTML) - -HTML_REVHISTORY=\ - altusmetrum-revhistory.html \ - micropeak-revhistory.html \ - telegps-revhistory.html \ - easymini-revhistory.html - -PDF=altusmetrum.pdf micropeak.pdf telegps.pdf easymini.pdf $(ONEFILE_PDF_FILES) \ - $(OUTLINE_PDF_FILES) - -FOP_STYLE=am-fo.xsl -HTML_STYLE=am-html.xsl -COMMON_STYLE=common.xsl -FOP_XCONF=fop.xconf -STYLESHEET=am.css - -FONTS=\ - fonts/DejaVuSansMono-BoldOblique.ttf \ - fonts/DejaVuSansMono-Bold.ttf \ - fonts/DejaVuSansMono-Oblique.ttf \ - fonts/DejaVuSansMono.ttf \ - fonts/OpenSans-Light.ttf \ - fonts/OpenSans-LightItalic.ttf \ - fonts/OpenSans-Regular.ttf \ - fonts/OpenSans-Italic.ttf \ - fonts/OpenSans-Semibold.ttf \ - fonts/OpenSans-SemiboldItalic.ttf - -TEMPLATES_TMPL=titlepage.templates.tmpl - -TEMPLATES_XSL=$(TEMPLATES_TMPL:.tmpl=.xsl) - -PDF_CONFIG_FILES=$(FOP_STYLE) $(COMMON_STYLE) $(FOP_XCONF) $(TEMPLATES_XSL) -HTML_CONFIG_FILES=$(HTML_STYLE) $(COMMON_STYLE) $(TEMPLATES_XSL) - -PUBLISH_DOC=$(PUBLISH_HTML) $(HTML_REVHISTORY) $(PDF) $(IMAGES) $(STYLESHEET) - -DOC=$(HTML) $(HTML_REVHISTORY) $(PDF) $(IMAGES) $(STYLESHEET) - -.SUFFIXES: .tmpl .xsl .inc .txt .raw .pdf .html - -.txt.raw: - sed -e 's/^[ ]*//' -e 's/^\\//' $*.txt > $@ - -.inc.raw: - sed -e 's/^[ ]*//' -e 's/^\\//' $*.inc > $@ - -.raw.html: - a2x --verbose -a docinfo -f pdf --xsltproc-opts "--stringparam toc.section.depth 2" --xsl-file $(FOP_STYLE) --fop --fop-opts="-c $(FOP_XCONF)" $*.raw - a2x --verbose -a docinfo -f xhtml --xsltproc-opts "--stringparam toc.section.depth 2" --xsl-file $(HTML_STYLE) --stylesheet=$(STYLESHEET) $*.raw - case $* in release-notes*) ./fix-html $*.html ;; esac - -.html.pdf: - @echo $@ - -.tmpl.xsl: - xsltproc --output $@ /usr/share/xml/docbook/stylesheet/docbook-xsl/template/titlepage.xsl $*.tmpl - -all: $(HTML) $(PDF) - -altusmetrum-revhistory.html: altusmetrum.html - -micropeak-revhistory.html: micropeak.html - -telegps-revhistory.html: telegps.html - -altusmetrum.pdf altusmetrum.html: altusmetrum-docinfo.xml $(RAW_FILES) $(IMAGES) - -telegps.html telegps.pdf: telegps-docinfo.xml $(TELEGPS_RAW_FILES) $(IMAGES) - -micropeak.pdf micropeak.html: micropeak-docinfo.xml $(MICROPEAK_RAW_FILES) $(IMAGES) - -easymini.pdf easymini.html: easymini-docinfo.xml $(EASYMINI_RAW_FILES) $(IMAGES) - -telemini-v1-outline.pdf: telemini-v1-outline.txt telemini-v1.svg - -telemini-v3-outline.pdf: telemini-v3-outline.txt telemini-v3.svg - -install: all - -WEB_ROOT=/home/bdale/web/ - -publish: $(PUBLISH_DOC) $(FONTS) - cp $(PUBLISH_DOC) $(WEB_ROOT)/altusmetrum/AltOS/doc/ - mkdir -p $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/ - cp $(FONTS) $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/ - (cd $(WEB_ROOT)/altusmetrum ; \ - git add $(WEB_ROOT)/altusmetrum/AltOS/doc/* ; \ - git add $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/* ; \ - echo "update docs" | \ - git commit -F - $(WEB_ROOT)/altusmetrum/AltOS/doc/* $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/* ; \ - git push) - -publish-keithp: am.html $(PUBLISH_DOC) $(FONTS) - scp -p am.html $(PUBLISH_DOC) keithp.com:~keithp/public_html/altos - scp -p $(FONTS) keithp.com:~keithp/public_html/altos/fonts - -clean: - rm -f am.html $(HTML) $(HTML_REVHISTORY) $(PDF) $(TEMPLATES_XSL) $(RAW_FILES) $(TELEGPS_RAW_FILES) $(MICROPEAK_RAW_FILES) - -distclean: clean - rm -f $(HTML) $(PDF) - -$(PDF): $(PDF_CONFIG_FILES) -$(HTML): $(HTML_CONFIG_FILES) - -am.html: Makefile make-am-html $(HTML) - sh ./make-am-html $(HTML) > $@ diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 00000000..0139d313 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,317 @@ +# +# http://docbook.sourceforge.net/release/xsl/current/README +# + +FAKETIME=$(RELEASE_DATE) 00:00:00 + +RELNOTES_INC=\ + release-notes-1.8.7.inc \ + release-notes-1.8.6.inc \ + release-notes-1.8.5.inc \ + release-notes-1.8.4.inc \ + release-notes-1.8.3.inc \ + release-notes-1.8.2.inc \ + release-notes-1.8.1.inc \ + release-notes-1.8.inc \ + release-notes-1.7.inc \ + release-notes-1.6.8.inc \ + release-notes-1.6.5.inc \ + release-notes-1.6.4.inc \ + release-notes-1.6.3.inc \ + release-notes-1.6.2.inc \ + release-notes-1.6.1.inc \ + release-notes-1.6.inc \ + release-notes-1.5.inc \ + release-notes-1.4.2.inc \ + release-notes-1.4.1.inc \ + release-notes-1.4.inc \ + release-notes-1.3.2.inc \ + release-notes-1.3.1.inc \ + release-notes-1.3.inc \ + release-notes-1.2.1.inc \ + release-notes-1.2.inc \ + release-notes-1.1.1.inc \ + release-notes-1.1.inc \ + release-notes-1.0.1.inc \ + release-notes-0.9.2.inc \ + release-notes-0.9.inc \ + release-notes-0.8.inc \ + release-notes-0.7.1.inc + +IMAGES=\ + altosui.png \ + ascent.png \ + configure-altimeter.png \ + configure-altosui.png \ + configure-groundstation.png \ + configure-pyro.png \ + descent.png \ + device-selection.png \ + easymega.svg \ + easymega-v1.0-bottom.jpg \ + easymega-v1.0-top.jpg \ + easymini.svg \ + easymini-top.jpg \ + fire-igniter.png \ + graph-configure.png \ + graph-map.png \ + graph.png \ + graph-stats.png \ + ignitor.png \ + landed.png \ + launch-pad.png \ + load-maps.png \ + micropeak-app.png \ + micropeak-back.jpg \ + micropeak-device-dialog.png \ + micropeak-dime.jpg \ + micropeak-download.png \ + micropeak-graph-configure.png \ + micropeak-graph.png \ + micropeak-nofont.svg \ + micropeak-preferences.png \ + micropeak-raw-data.png \ + micropeak-save-dialog.png \ + micropeak-statistics.png \ + MicroPeakUSB-2.0-inuse.jpg \ + MicroPeakUSB-2.0.jpg \ + monitor-idle.png \ + scan-channels.png \ + site-map.png \ + table.png \ + telegps-configure.png \ + telegps-graph-configure.png \ + telegps-graph-graph.png \ + telegps-graph-map.png \ + telegps-graph-stats.png \ + telegps-info.png \ + telegps-location.png \ + telegps-map.png \ + telegps-preferences.png \ + telegps-scan.png \ + telegps-status.png \ + telegps-table.png \ + telegps-v1.0-top.jpg \ + telemega.svg \ + telemega-v1.0-top.jpg \ + telemetrum.svg \ + telemetrum-v1.1-thside.jpg \ + telemetrum-v2.0-th.jpg \ + telemini-v1.svg \ + telemini-v1-top.jpg \ + telemini-v3.svg \ + telemini-v3.0-top.jpg \ + telemini-v3.0-bottom.jpg \ + altusmetrum-oneline.svg \ + telegps-oneline.svg \ + micropeak-oneline.svg + +TXT_FILES=altusmetrum.txt + +COMMON_INC_FILES=\ + config-device.inc \ + config-ui.inc \ + load-maps.inc \ + aprs-operation.inc \ + handling.inc + +INC_FILES=\ + dedication.inc \ + intro.inc \ + getting-started.inc \ + usage.inc \ + telemetrum.inc \ + telemini.inc \ + easymini-device.inc \ + telemega.inc \ + easymega.inc \ + installation.inc \ + using-am-products.inc \ + updating-firmware.inc \ + altosui.inc \ + altosdroid.inc \ + system-operation.inc \ + pyro-channels.inc \ + flight-data-recording.inc \ + specs.inc \ + $(COMMON_INC_FILES) \ + release-notes.inc \ + $(RELNOTES_INC) + +RAW_FILES=$(TXT_FILES:.txt=.raw) $(INC_FILES:.inc=.raw) + +TELEGPS_INC_FILES=\ + telegps-dedication.inc \ + telegps-quick-start.inc \ + telegps-using.inc \ + telegps-system-operation.inc \ + telegps-application.inc \ + telegps-specs.inc \ + telegps-updating-firmware.inc \ + telegps-release-notes.inc \ + $(COMMON_INC_FILES) + +TELEGPS_TXT_FILES=\ + telegps.txt + +TELEGPS_RAW_FILES=$(TELEGPS_TXT_FILES:.txt=.raw) $(TELEGPS_INC_FILES:.inc=.raw) + +MICROPEAK_TXT_FILES=\ + micropeak.txt + +MICROPEAK_INC_FILES= + +MICROPEAK_RAW_FILES=$(MICROPEAK_TXT_FILES:.txt=.raw) $(MICROPEAK_INC_FILES:.inc=.raw) + +EASYMINI_TXT_FILES=\ + easymini.txt + +EASYMINI_INC_FILES=$(INC_FILES) easymini-release-notes.inc + + +EASYMINI_RAW_FILES=$(EASYMINI_TXT_FILES:.txt=.raw) $(EASYMINI_INC_FILES:.inc=.raw) + +OUTLINE_TXT_FILES=\ + easymega-outline.txt \ + easymini-outline.txt \ + telemega-outline.txt \ + telemetrum-outline.txt \ + telemini-v1-outline.txt \ + telemini-v3-outline.txt \ + telegps-outline.txt + +OUTLINE_RAW_FILES=$(OUTLINE_TXT_FILES:.txt=.raw) + +OUTLINE_PDF_FILES=$(OUTLINE_TXT_FILES:.txt=.pdf) + +SVG=\ + easymini.svg \ + telemega.svg \ + telemetrum.svg \ + telemini-v1.svg \ + telemini-v3.svg \ + easymega.svg + +RELNOTES_HTML=$(RELNOTES_INC:.inc=.html) + +ONEFILE_TXT_FILES=\ + altos.txt \ + companion.txt \ + telemetry.txt + +ONEFILE_RAW_FILES=$(ONEFILE_TXT_FILES:.txt=.raw) +ONEFILE_PDF_FILES=$(ONEFILE_TXT_FILES:.txt=.pdf) +ONEFILE_HTML_FILES=$(ONEFILE_TXT_FILES:.txt=.html) + +AM_HTML=am.html + +PUBLISH_HTML=altusmetrum.html micropeak.html telegps.html easymini.html $(ONEFILE_HTML_FILES) + +HTML=$(PUBLISH_HTML) $(RELNOTES_HTML) + +HTML_REVHISTORY=\ + altusmetrum-revhistory.html \ + micropeak-revhistory.html \ + telegps-revhistory.html \ + easymini-revhistory.html + +PDF=altusmetrum.pdf micropeak.pdf telegps.pdf easymini.pdf $(ONEFILE_PDF_FILES) \ + $(OUTLINE_PDF_FILES) + +FOP_STYLE=am-fo.xsl +HTML_STYLE=am-html.xsl +COMMON_STYLE=common.xsl +FOP_XCONF=fop.xconf +STYLESHEET=am.css + +FONTS=\ + fonts/DejaVuSansMono-BoldOblique.ttf \ + fonts/DejaVuSansMono-Bold.ttf \ + fonts/DejaVuSansMono-Oblique.ttf \ + fonts/DejaVuSansMono.ttf \ + fonts/OpenSans-Light.ttf \ + fonts/OpenSans-LightItalic.ttf \ + fonts/OpenSans-Regular.ttf \ + fonts/OpenSans-Italic.ttf \ + fonts/OpenSans-Semibold.ttf \ + fonts/OpenSans-SemiboldItalic.ttf + +TEMPLATES_TMPL=titlepage.templates.tmpl + +TEMPLATES_XSL=$(TEMPLATES_TMPL:.tmpl=.xsl) + +PDF_CONFIG_FILES=$(FOP_STYLE) $(COMMON_STYLE) $(FOP_XCONF) $(TEMPLATES_XSL) +HTML_CONFIG_FILES=$(HTML_STYLE) $(COMMON_STYLE) $(TEMPLATES_XSL) + +PUBLISH_DOC=$(PUBLISH_HTML) $(HTML_REVHISTORY) $(PDF) $(IMAGES) $(STYLESHEET) + +DOC=$(HTML) $(HTML_REVHISTORY) $(PDF) $(IMAGES) $(STYLESHEET) + +SUFFIXES = .tmpl .xsl .inc .txt .raw .pdf .html + +.txt.raw: + sed -e 's/^[ ]*//' -e 's/^\\//' $*.txt > $@ + +.inc.raw: + sed -e 's/^[ ]*//' -e 's/^\\//' $*.inc > $@ + +.raw.html: + a2x -a docinfo -f xhtml --xsltproc-opts "--stringparam toc.section.depth 2" --xsl-file $(HTML_STYLE) --stylesheet=$(STYLESHEET) $*.raw + case $* in release-notes*) ./fix-html $*.html ;; esac + +.html.pdf: + TZ=UTC faketime -f '$(FAKETIME) i0' a2x -a docinfo -f pdf --xsltproc-opts "--stringparam toc.section.depth 2" --xsl-file $(FOP_STYLE) --fop --fop-opts="-c $(FOP_XCONF)" $*.raw + +.tmpl.xsl: + xsltproc --output $@ /usr/share/xml/docbook/stylesheet/docbook-xsl/template/titlepage.xsl $*.tmpl + +all: $(HTML) $(PDF) + +altusmetrum-revhistory.html: altusmetrum.html + +micropeak-revhistory.html: micropeak.html + +telegps-revhistory.html: telegps.html + +altusmetrum.pdf altusmetrum.html: altusmetrum-docinfo.xml $(RAW_FILES) $(IMAGES) + +telegps.html telegps.pdf: telegps-docinfo.xml $(TELEGPS_RAW_FILES) $(IMAGES) + +micropeak.pdf micropeak.html: micropeak-docinfo.xml $(MICROPEAK_RAW_FILES) $(IMAGES) + +easymini.pdf easymini.html: easymini-docinfo.xml $(EASYMINI_RAW_FILES) $(IMAGES) + +telemini-v1-outline.pdf: telemini-v1-outline.txt telemini-v1.svg + +telemini-v3-outline.pdf: telemini-v3-outline.txt telemini-v3.svg + +install: all + +WEB_ROOT=/home/bdale/web/ + +publish: $(PUBLISH_DOC) $(FONTS) + cp $(PUBLISH_DOC) $(WEB_ROOT)/altusmetrum/AltOS/doc/ + mkdir -p $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/ + cp $(FONTS) $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/ + (cd $(WEB_ROOT)/altusmetrum ; \ + git add $(WEB_ROOT)/altusmetrum/AltOS/doc/* ; \ + git add $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/* ; \ + echo "update docs" | \ + git commit -F - $(WEB_ROOT)/altusmetrum/AltOS/doc/* $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/* ; \ + git push) + +publish-keithp: am.html $(PUBLISH_DOC) $(FONTS) + scp -p am.html $(PUBLISH_DOC) keithp.com:~keithp/public_html/altos + scp -p $(FONTS) keithp.com:~keithp/public_html/altos/fonts + +clean: + rm -f am.html $(HTML) $(HTML_REVHISTORY) $(PDF) $(TEMPLATES_XSL) $(RAW_FILES) $(TELEGPS_RAW_FILES) $(MICROPEAK_RAW_FILES) + +distclean: clean + rm -f $(HTML) $(PDF) + +$(PDF): $(PDF_CONFIG_FILES) +$(HTML): $(HTML_CONFIG_FILES) + +am.html: Makefile make-am-html $(HTML) + sh ./make-am-html $(HTML) > $@