From e4650b1a4fe703337ee00324010340725ae68c8f Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 27 Feb 2007 21:27:47 +0000 Subject: build docs when creating tarballs git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1400 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 9 +++++++++ INSTALL_CVS | 1 - docs/reference/Makefile.am | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7c5c05..5555c52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-02-27 Todd Zullinger + + * INSTALL_CVS + docs/reference/Makefile.am: build docs when creating + tarballs + + * docs/reference/libgpod-sections.txt: include missing and + newly added declarations, remove unused declarations + 2007-02-25 Jorg Schuler * src/itdb.h diff --git a/INSTALL_CVS b/INSTALL_CVS index 85ff1a3..f059003 100644 --- a/INSTALL_CVS +++ b/INSTALL_CVS @@ -7,7 +7,6 @@ make install To make a distribution tarball do ./autogen.sh -make -C docs make distcheck See the INSTALL and TROUBLESHOOTING file for more information. diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 0ce396d..cec7969 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -75,3 +75,7 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute EXTRA_DIST += version.xml.in + +# Build the documentation when creating tarballs +dist-hook-local: + $(MAKE) all -- cgit