diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | INSTALL_CVS | 1 | ||||
-rw-r--r-- | docs/reference/Makefile.am | 4 |
3 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2007-02-27 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * 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 <jcsjcs at users.sourceforge.net> * 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 |