X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;h=c326f2339b1abe722aab30e33925163b2c95cf59;hb=fd0b6351a8e276fe4c11cec728ff105b9cab9520;hp=120b32d88ecd9ba9c1c071be3e8567f908d29bfd;hpb=1f62f2aef9981c834a9b128b67f3acc69d986348;p=cl-gtk2.git diff --git a/doc/Makefile b/doc/Makefile index 120b32d..c326f23 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -all: doc.html tutorial.html gobject/index.html gobject.pdf gtk/index.html gtk.pdf +all: doc.html tutorial.html gobject/index.html gtk/index.html doc.html: doc.xml xsltproc -o $@ /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl $< @@ -12,16 +12,21 @@ 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 gobject/style.css makeinfo --html --css-ref=style.css $< - sbcl --noinform --no-sysinit --no-userinit --load colorize-lisp-examples.lisp $@ + 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/style.css +gtk/index.html: gtk.texi gtk.ref.texi gdk.ref.texi gobject.ref.texi glib.ref.texi gtk/style.css makeinfo --html --css-ref=style.css $< - sbcl --noinform --no-sysinit --no-userinit --load colorize-lisp-examples.lisp $@ + 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))' gobject.pdf: gobject.texi pdftex $<