X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FMakefile;h=efa7f9d37c75e56534ebf788803336e5fcc12375;hb=HEAD;hp=55b7a548229874fb287e0d9f2b99ec74b86472bc;hpb=01e524f11a67390a8ea1f20aa2d611909b4da363;p=fw%2Faltos diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index 55b7a548..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/docbook-xsl/html/docbook.xsl \ - telemetrum.xsl - -telemetrum.fo: telemetrum.xsl - xsltproc -o telemetrum.fo \ - /usr/share/xml/docbook/stylesheet/docbook-xsl/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 -