X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FMakefile;h=707a4428ad527c578dd66d956b7c457cb44f30d0;hb=HEAD;hp=238cefb08cf33ccee7d573ef7bf8df28824aa595;hpb=59a40f6d5a2159b9009a3fa0737bb679efd5b32c;p=fw%2Faltos diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index 238cefb0..00000000 --- a/doc/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# -# http://docbook.sourceforge.net/release/xsl/current/README -# - -all: telemetrum-doc.html telemetrum-doc.pdf - -publish: all - cp telemetrum-doc.html \ - telemetrum-doc.pdf /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) - - -telemetrum-doc.html: telemetrum-doc.xsl - xsltproc -o telemetrum-doc.html \ - /usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl \ - telemetrum-doc.xsl - -telemetrum-doc.fo: telemetrum-doc.xsl - xsltproc -o telemetrum-doc.fo \ - /usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl \ - telemetrum-doc.xsl - -telemetrum-doc.pdf: telemetrum-doc.fo - fop -fo telemetrum-doc.fo -pdf telemetrum-doc.pdf - -clean: - rm -f telemetrum-doc.html telemetrum-doc.pdf telemetrum-doc.fo - -distclean: - rm -f telemetrum-doc.html telemetrum-doc.pdf telemetrum-doc.fo - -indent: telemetrum-doc.xsl - xmlindent -i 2 < telemetrum-doc.xsl > telemetrum-doc.new -