X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;h=481d37e0c1a35cb6e33d799f3bf3abd67021bb52;hb=3d33870277b6c24da46b2c5900502872a5d1aa39;hp=bf4e3d10055763e5e7df66a22b83d6f312d60f38;hpb=9260d934453417ce89440f03ec6d0ed31760f29e;p=cl-gtk2.git diff --git a/doc/Makefile b/doc/Makefile index bf4e3d1..481d37e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -all: doc.html tutorial.html gobject/index.html gtk/index.html +all: doc.html tutorial.html gobject/index.html gtk/index.html gobject/style.css gtk/style.css doc.html: doc.xml xsltproc -o $@ /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl $< @@ -12,16 +12,20 @@ index.html: doc.xml gobject/style.css: style.css ([ -x gobject ] || mkdir gobject) && cp $< $@ -gobject/index.html: gobject.texi gobject/style.css +gobject/index.html: gobject.texi gobject.ref.texi makeinfo --html --css-ref=style.css $< sbcl --noinform --no-sysinit --no-userinit --disable-debugger --load colorize-lisp-examples.lisp $@ + ./fix-tex-references.sh gobject gtk/style.css: style.css ([ -x gtk ] || mkdir gtk) && cp $< $@ -gtk/index.html: gtk.texi gtk.ref.texi gdk.ref.texi gobject.ref.texi gtk/style.css +gtk/index.html: gtk.texi gtk.ref.texi gdk.ref.texi gobject.ref.texi glib.ref.texi gdk.enums.texi \ +gtk.flags.texi gtk.objects.texi gdk.flags.texi gdk.structs.texi gtk.interfaces.texi gtk.widgets.texi gdk.objects.texi \ + gtk.enums.texi gtk.main_loop.texi gtk.structs.texi makeinfo --html --css-ref=style.css $< #sbcl --noinform --no-sysinit --no-userinit --disable-debugger --load colorize-lisp-examples.lisp $@ + ./fix-tex-references.sh gtk #gtk.ref.texi gdk.ref.texi gobject.ref.texi: introspection.lisp # sbcl --noinfo --no-sysinit --no-user-init --disable-debugger --eval "(asdf:oos 'asdf:load-op :cl-gtk2-gtk)" --load "introspection.lisp" --eval '(gtk-doc-introspection:generate-texinfo-for-packages *default-pathname-defaults* (list :gdk :gobject :gtk))'