X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FMakefile;h=6a04a591dd57e458d2e62a7e6838df52b13c26ac;hb=HEAD;hp=d3293900227cec06b490a8ebc6031d106cda2b86;hpb=20d4d410e0fc04fe192e309811eed6c0194fa5a8;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 -