altos: Check for full log and complain
[fw/altos] / doc / Makefile
index 65917ea259cf8206d5e3deaec0a0b3c811ed02c7..ef3ef6d1b38a40aa44337374eaef11d6ee8e957e 100644 (file)
@@ -2,8 +2,8 @@
 #      http://docbook.sourceforge.net/release/xsl/current/README
 #
 
-HTML=telemetrum-doc.html altos.html
-PDF=telemetrum-doc.pdf altos.pdf
+HTML=altusmetrum.html altos.html
+PDF=altusmetrum.pdf altos.pdf
 DOC=$(HTML) $(PDF)
 HTMLSTYLE=/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl
 FOSTYLE=/usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl
@@ -23,8 +23,12 @@ PDFSTYLE=
 all:   $(HTML) $(PDF)
 
 publish:       $(DOC)
-       cp $(DOC)telemetrum-doc.html home/bdale/web/altusmetrum/TeleMetrum/doc/
-       (cd /home/bdale/web/altusmetrum ; echo "update docs" | git commit -F - /home/bdale/web/altusmetrum/TeleMetrum/doc/* ; git push)
+       cp $(DOC) /home/bdale/web/altusmetrum/AltOS/doc/
+       (cd /home/bdale/web/altusmetrum ; \
+        git add /home/bdale/web/altusmetrum/AltOS/doc/* ; \
+        echo "update docs" | \
+        git commit -F - /home/bdale/web/altusmetrum/AltOS/doc/* ; \
+        git push)
 
 clean:
        rm -f *.html *.pdf *.fo
@@ -32,6 +36,6 @@ clean:
 distclean:
        rm -f *.html *.pdf *.fo
 
-indent:                telemetrum-doc.xsl
-       xmlindent -i 2 < telemetrum-doc.xsl > telemetrum-doc.new
+indent:                altusmetrum.xsl
+       xmlindent -i 2 < altusmetrum.xsl > altusmetrum.new