d763451683
GTK-Doc 1.11 (Nov 16 2008) ============ Changes o 531572 : one-page generation option o 448879 : Use a footer when generating HTML documentation o 311857 : xsltproc very slow generating index for gtk-docs.sgml o 335239 : Using gnome-doc-utils for gtk-doc documentation o 460753 : enable vpath build in gtkdoc-mkhtml o 473342 : Warn about repeated symbols in sections o 487727 : DocBook XML DTD version o 523669 : make check: Element publisher content does not follow the... o 530758 : gtk-doc should not expand XML tags and their attributes o 533262 : no-template mode scans different source files o 534627 : gtk-doc uses non-standard HTML element o 542137 : No declaration found for: gsf_output_* o 543855 : Fix for Bug 460753 (enable vpath build in gtkdoc-mkhtml) ... o 544172 : Fails to parse return value of 'char const *' o 552822 : Add rules to create $(REPORT_FILES) o 553407 : Example Makefile.am uses obsolete INCLUDES instead of AM_... o 554718 : gtk-doc needs to allow versioned TARGET_DIR o 554833 : Be more careful with " struct _ < struct_name > " o 558082 : evince docs build fails with GTK_DISABLE_SINGLE_INCLUDES o 559281 : Correct check for existance of gtkdoc-rebase Contributors Behdad Esfahbod Christian Persch David Nečas Felix Riemann Jeffrey Stedfast Marc-Andre Lureau Matthew Barnes Peter Kjellerstedt Sebastian Dröge Simon Josefsson Stefan Kost
12 lines
374 B
Makefile
12 lines
374 B
Makefile
# $NetBSD: options.mk,v 1.1 2008/11/18 11:55:58 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gtkdoc
|
|
PKG_SUPPORTED_OPTIONS= sgml
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Msgml)
|
|
DEPENDS+= dsssl-docbook-modular-[0-9]*:../../textproc/dsssl-docbook-modular
|
|
SGML_CATALOGS= ${PREFIX}/share/sgml/gtk-doc/gtk-doc.cat
|
|
.include "../../textproc/jade/buildlink3.mk"
|
|
.endif
|