diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-08-06 19:03:33 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-08-06 19:03:33 +0000 |
commit | cb5d13eb5c67ac99bfe020dcc22fe4ff1f5f8443 (patch) | |
tree | 6005d6ffc1ca19d0c33959d4b8f013fdb6ea2701 /textproc/gtk-doc/Makefile | |
parent | ff389f044d3a4328aa36a17264367c4a62058773 (diff) | |
download | pkgsrc-cb5d13eb5c67ac99bfe020dcc22fe4ff1f5f8443.tar.gz |
Update to 1.7:
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.)
Diffstat (limited to 'textproc/gtk-doc/Makefile')
-rw-r--r-- | textproc/gtk-doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 751c35f3f79..2afd79c85a2 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2006/08/06 09:35:53 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2006/08/06 19:03:33 jmmv Exp $ # -DISTNAME= gtk-doc-1.6 +DISTNAME= gtk-doc-1.7 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.6/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.7/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |