X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=f3eb3315d9cfe1bd3aefc0a22e2a3cc42aa9efa5;hb=a362544bd73df12b0585556b772fda143cccfa89;hp=cc18d20ac774c954549fa92ce508d72ec66370e0;hpb=7b91ee6247306f509bcc7838a195a47792e679bc;p=cl-gtk2.git diff --git a/doc/Makefile b/doc/Makefile index cc18d20..f3eb331 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -all: doc.html tutorial.html gobject/index.html gobject.pdf +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 $< @@ -9,8 +9,12 @@ tutorial.html: tutorial.xml index.html: doc.xml xsltproc /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl $< +gobject/style.css: style.css + cp $< $@ + gobject/index.html: gobject.texi - makeinfo --html $< + makeinfo --html --css-ref=style.css $< + sbcl --no-sysinit --no-userinit --load colorize-lisp-examples.lisp $@ gobject.pdf: gobject.texi pdftex $<