diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-18 11:55:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-18 11:55:58 +0000 |
commit | d763451683aeeb2070cd3426c80ec1d9d459eee8 (patch) | |
tree | 59b2b6d51cf58ecd60f0f398ac38767dbf164e38 /textproc/gtk-doc/Makefile | |
parent | ae89357a492ef2bd06bef7bb2ad9be4397486b0c (diff) | |
download | pkgsrc-d763451683aeeb2070cd3426c80ec1d9d459eee8.tar.gz |
Update to 1.11:
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
Diffstat (limited to 'textproc/gtk-doc/Makefile')
-rw-r--r-- | textproc/gtk-doc/Makefile | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index c62ff09d16a..a584cef434a 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2008/07/14 12:56:13 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2008/11/18 11:55:58 wiz Exp $ # -DISTNAME= gtk-doc-1.10 +DISTNAME= gtk-doc-1.11 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.10/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.11/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -19,19 +19,12 @@ GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE= gtk-doc.pc.in CONFIGURE_ARGS+= --with-xml-catalog=${XML_DEFAULT_CATALOG:Q} USE_DIRS+= gnome2-1.6 -USE_TOOLS+= perl:run +USE_TOOLS+= gmake perl:run pkg-config -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 +.include "options.mk" .include "../../lang/python/application.mk" +.include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../textproc/xmlcatmgr/catalogs.mk" |