Subject: CVS commit: pkgsrc/textproc/gtk-doc
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2002 13:11:04
Module Name: pkgsrc
Committed By: martti
Date: Tue Feb 5 11:11:04 UTC 2002
Modified Files:
pkgsrc/textproc/gtk-doc: Makefile distinfo
Log Message:
Updated gtk-doc to 0.9 (privided by Amitai Schlair in pkg/15484)
* examples/Makefile.am: added SCANOBJ_OPTIONS in case the module needs
to pass options to gtkdoc-scanobj or gtkdoc-scangobj.
* tools/gtk-doc.el: added Zucchi's emacs lisp for automatically adding
skeleton comment blocks above functions. Very handy!
* gtkdoc-scangobj.in: we now default to calling g_type_init() to
initialize the type system, rather than gtk_init(). This means you
don't need an X connection to build the docs any more. Hurrah!
Also added a '--type-init-func' argument so you can change the
function to be called. GTK+ uses --type-init-func="gtk_type_init(0)".
* gtkdoc-scan.in (ScanHeader): removed 'Found object' debug message.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/gtk-doc/Makefile \
pkgsrc/textproc/gtk-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.