]> granicus.if.org Git - graphviz/commitdiff
add docbook version of plugin documentation
authorellson <devnull@localhost>
Thu, 22 Dec 2005 16:32:51 +0000 (16:32 +0000)
committerellson <devnull@localhost>
Thu, 22 Dec 2005 16:32:51 +0000 (16:32 +0000)
doc/docbook/Makefile [new file with mode: 0644]

diff --git a/doc/docbook/Makefile b/doc/docbook/Makefile
new file mode 100644 (file)
index 0000000..74448c2
--- /dev/null
@@ -0,0 +1,18 @@
+SRCS = \
+       src/book.xml \
+       src/bookinfo.xml \
+       src/graphviz_plugins.xml \
+       src/graphviz_scripting.xml
+
+all: html pdf
+
+dvi fo javahelp man pdf ps txt xhtml xhtml-nochunks: $(SRCS)
+       xmlto $@ src/book.xml
+
+
+html html-nochunks htmlhelp: $(SRCS)
+       xmlto $@ -o $@ src/book.xml
+       cp -rp src/imgs $@/
+
+clean:
+       rm -rf html* book.*