cb5d13eb5c
o Fixed bug that resulted in empty "@:" lines in the templates. o Fixed a few bugs with the XSL code. o Supported a few more variations of C syntax. o Remove the internally-used '-struct' suffix from links to widget structs. o Fixed a few missing build dependencies. o Added a new "C-x4s" binding to the emacs lisp code, to insert a blank section header in the source code. o Fixed bug that ignored inline section header docs with '-' in their names. o Added a 'make docs' target that can be used to build the docs even when gtk-doc has been disabled at configure time. (Yeah, I know I updated it to 1.6 earlier today... thanks to wiz@ for pointing out the newest version.)
29 lines
947 B
Makefile
29 lines
947 B
Makefile
# $NetBSD: Makefile,v 1.27 2006/08/06 19:03:33 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gtk-doc-1.7
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.7/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gtk.org/rdp/
|
|
COMMENT= Tools for authors of the GTK+ reference documentation
|
|
|
|
DEPENDS+= docbook-xml>=4.4nb1:../../textproc/docbook-xml
|
|
DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl
|
|
DEPENDS+= dsssl-docbook-modular-[0-9]*:../../textproc/dsssl-docbook-modular
|
|
|
|
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
|
|
|
|
SGML_CATALOGS= ${PREFIX}/share/sgml/gtk-doc/gtk-doc.cat
|
|
|
|
.include "../../textproc/jade/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../textproc/xmlcatmgr/catalogs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|