1 all: doc.html tutorial.html gobject
/index.html gtk
/index.html gobject
/style.css gtk
/style.css
5 archive
: manual.
tar.bz2
7 manual.
tar.bz2
: gtk
/index.html gtk
/style.css gobject
/index.html gobject
/style.css
11 xsltproc
-o
$@
/usr
/share
/sgml
/docbook
/xsl-stylesheets
/html
/docbook.xsl
$<
13 tutorial.html
: tutorial.xml
14 xsltproc
-o
$@
/usr
/share
/sgml
/docbook
/xsl-stylesheets
/html
/docbook.xsl
$<
17 xsltproc
/usr
/share
/sgml
/docbook
/xsl-stylesheets
/html
/chunk.xsl
$<
19 gobject
/style.css
: style.css
20 ([ -x gobject
] || mkdir gobject
) && cp
$< $@
22 gobject
/index.html
: gobject.texi gobject.ref.texi
23 makeinfo --html
--css-ref
=style.css
$<
24 sbcl
--noinform
--no-sysinit
--no-userinit
--disable-debugger
--load colorize-lisp-examples.lisp
$@
25 .
/fix-tex-references.sh gobject
27 gtk
/style.css
: style.css
28 ([ -x gtk
] || mkdir gtk
) && cp
$< $@
30 gtk
/index.html
: gtk.texi gtk.ref.texi gdk.ref.texi gobject.ref.texi glib.ref.texi gdk.enums.texi \
31 gtk.flags.texi gtk.objects.texi gdk.flags.texi gdk.structs.texi gtk.interfaces.texi gtk.widgets.texi gdk.objects.texi \
32 gtk.enums.texi gtk.main_loop.texi gtk.structs.texi
33 makeinfo --html
--css-ref
=style.css
$<
34 #sbcl --noinform --no-sysinit --no-userinit --disable-debugger --load colorize-lisp-examples.lisp $@
35 .
/fix-tex-references.sh gtk
37 #gtk.ref.texi gdk.ref.texi gobject.ref.texi: introspection.lisp
38 # 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))'
40 gobject.pdf
: gobject.texi