X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FMakefile;h=707a4428ad527c578dd66d956b7c457cb44f30d0;hb=HEAD;hp=d3293900227cec06b490a8ebc6031d106cda2b86;hpb=b41e617080fe825f7810ee5eee52ea37f7618ec6;p=fw%2Faltos diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index d3293900..00000000 --- a/doc/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# -# http://docbook.sourceforge.net/release/xsl/current/README -# - -all: telemetrum.html telemetrum.pdf - -telemetrum.html: telemetrum.xsl - xsltproc -o telemetrum.html \ - /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl \ - telemetrum.xsl - -telemetrum.fo: telemetrum.xsl - xsltproc -o telemetrum.fo \ - /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl \ - telemetrum.xsl - -telemetrum.pdf: telemetrum.fo - fop -fo telemetrum.fo -pdf telemetrum.pdf - -clean: - rm -f telemetrum.html telemetrum.pdf telemetrum.fo - -indent: telemetrum.xsl - xmlindent -i 2 < telemetrum.xsl > telemetrum.new -