X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;h=f3eb3315d9cfe1bd3aefc0a22e2a3cc42aa9efa5;hb=078dd94c3083fcebbfdd4173d382335fe7d8e202;hp=4209300850a8863b9fc69ae4ebaa53915d3a363c;hpb=aa47f9014030e48c4e56210ba950c2dbb3a63031;p=cl-gtk2.git diff --git a/doc/Makefile b/doc/Makefile index 4209300..f3eb331 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 gobject/style.css doc.html: doc.xml xsltproc -o $@ /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl $< @@ -7,4 +7,15 @@ 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/style.css: style.css + cp $< $@ + +gobject/index.html: gobject.texi + makeinfo --html --css-ref=style.css $< + sbcl --no-sysinit --no-userinit --load colorize-lisp-examples.lisp $@ + +gobject.pdf: gobject.texi + pdftex $< + pdftex $< \ No newline at end of file