gtk-doc r618 - in trunk: . tests
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-doc r618 - in trunk: . tests
- Date: Sun, 16 Nov 2008 19:05:07 +0000 (UTC)
Author: stefkost
Date: Sun Nov 16 19:05:07 2008
New Revision: 618
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=618&view=rev
Log:
* HACKING:
* NEWS:
Releasing 1.11.
* tests/Makefile.am:
* tests/gtk-doc.make:
* tests/gtk-doc.notmpl.make:
* tests/gtkdoctest.sh:
Fix make distcheck.
Modified:
trunk/ChangeLog
trunk/HACKING
trunk/NEWS
trunk/tests/Makefile.am
trunk/tests/gtk-doc.make
trunk/tests/gtk-doc.notmpl.make
trunk/tests/gtkdoctest.sh
Modified: trunk/HACKING
==============================================================================
--- trunk/HACKING (original)
+++ trunk/HACKING Sun Nov 16 19:05:07 2008
@@ -13,7 +13,9 @@
~/projects/gstreamer-0.10/www/bin/bugzilla general 1.9 gtk-doc >RELNOTES.fixes.xml
./xml2txt.sh
+# copy to ChangeLog-1.9 and use
moap cl contributors
+# moap cl -C ChangeLog-1.9 contributors
add then to NEWS
make dist
@@ -25,8 +27,6 @@
ssh <user>@master.gnome.org
install-module gtk-doc-<ver>.tar.gz
-(how to install the 'gtk-doc-1.9.news' and 'gtk-doc-1.9.changes')
-
bump versions in:
add delimiter to ChangeLog
configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Nov 16 19:05:07 2008
@@ -1,3 +1,44 @@
+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
+
+
GTK-Doc 1.10 (Mar 20 2008)
============
@@ -20,7 +61,6 @@
o 512154 : Struct member type attributes are limited to one token
o 513318 : gtk-doc.el doesn't work fine with emacs22
-
Contributors
Benjamin Otte
@@ -38,6 +78,7 @@
Sven Herzberg
Yeti
+
GTK-Doc 1.9 (Sep 30 2007)
===========
Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am (original)
+++ trunk/tests/Makefile.am Sun Nov 16 19:05:07 2008
@@ -5,10 +5,10 @@
if BUILD_TESTS
TESTS = gobject.sh bugs.sh annotations.sh
-TESTS_ENVIRONMENT = PATH=$(srcdir):$(PATH)
+TESTS_ENVIRONMENT = PATH=$(top_builddir):$(srcdir):$(PATH)
endif
EXTRA_DIST = gtkdoctest.sh \
- gobject.sh bugs.sh
+ gobject.sh bugs.sh annotations.sh
Modified: trunk/tests/gtk-doc.make
==============================================================================
--- trunk/tests/gtk-doc.make (original)
+++ trunk/tests/gtk-doc.make Sun Nov 16 19:05:07 2008
@@ -21,7 +21,8 @@
#
GPATH = $(srcdir)
-TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
+# we don't install anything in tests
+#TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
EXTRA_DIST = \
$(content_files) \
@@ -121,6 +122,7 @@
clean-local:
rm -f *~ *.bak
rm -rf .libs
+ chmod -R u+w $(srcdir)
cd $(srcdir) && \
rm -rf xml $(REPORT_FILES) \
$(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
Modified: trunk/tests/gtk-doc.notmpl.make
==============================================================================
--- trunk/tests/gtk-doc.notmpl.make (original)
+++ trunk/tests/gtk-doc.notmpl.make Sun Nov 16 19:05:07 2008
@@ -21,7 +21,8 @@
#
GPATH = $(srcdir)
-TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
+# we don't install anything in tests
+#TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
EXTRA_DIST = \
$(content_files) \
@@ -106,6 +107,7 @@
clean-local:
rm -f *~ *.bak
rm -rf .libs
+ chmod -R u+w $(srcdir)
cd $(srcdir) && \
rm -rf xml $(REPORT_FILES) \
$(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
Modified: trunk/tests/gtkdoctest.sh
==============================================================================
--- trunk/tests/gtkdoctest.sh (original)
+++ trunk/tests/gtkdoctest.sh Sun Nov 16 19:05:07 2008
@@ -3,7 +3,7 @@
suite=$1
dir=`dirname $0`
-PATH=`pwd`:$PATH PERL5LIB=`pwd`:$PERL5LIB && cd $dir/$suite/docs && ../../../gtkdoc-check
+PATH=`pwd`:$PATH PERL5LIB=`pwd`:$PERL5LIB && cd $dir/$suite/docs && gtkdoc-check
# xmllint --noout --nonet --schema ../devhelp2.xsd ./bugs/docs/html/tester.devhelp2
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]