X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;h=cc18d20ac774c954549fa92ce508d72ec66370e0;hb=ef44157a6d6891c7178a893d3db14107b6e7adfd;hp=4209300850a8863b9fc69ae4ebaa53915d3a363c;hpb=aa47f9014030e48c4e56210ba950c2dbb3a63031;p=cl-gtk2.git diff --git a/doc/Makefile b/doc/Makefile index 4209300..cc18d20 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -all: doc.html index.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,11 @@ 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 $< + pdftex $< \ No newline at end of file