add doc
[cl-gtk2.git] / doc / Makefile
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..4209300
--- /dev/null
@@ -0,0 +1,10 @@
+all: doc.html index.html tutorial.html
+
+doc.html: doc.xml
+       xsltproc -o $@ /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl $<
+
+tutorial.html: tutorial.xml
+       xsltproc -o $@ /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl $<
+
+index.html: doc.xml
+       xsltproc /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl $<
\ No newline at end of file