Created (incomplete) texinfo documentation for GObject
[cl-gtk2.git] / doc / Makefile
index 92cc1b9..5d7deb7 100644 (file)
@@ -1,4 +1,4 @@
-all: doc.html tutorial.html
+all: doc.html tutorial.html gobject/index.html gobject.pdf
 
 doc.html: doc.xml
        xsltproc -o $@ /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl $<
@@ -7,4 +7,10 @@ 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
+       xsltproc /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl $<
+
+gobject/index.html: gobject.texi
+       makeinfo --html $<
+
+gobject.pdf: gobject.texi
+       pdftex $<
\ No newline at end of file