altosui: Add config and pyro tabs to graph widget
[fw/altos] / doc / Makefile
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644 (file)
index 55b7a54..0000000
+++ /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
-