diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-02-27 21:27:47 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-02-27 21:27:47 +0000 |
commit | e4650b1a4fe703337ee00324010340725ae68c8f (patch) | |
tree | 04825e0c0da8c897b6ff7b52662ce9d698269ba7 | |
parent | a0afff7476a159eea59285e7f5cf94b1930a00fb (diff) | |
download | libgpod-e4650b1a4fe703337ee00324010340725ae68c8f.tar.gz libgpod-e4650b1a4fe703337ee00324010340725ae68c8f.tar.xz libgpod-e4650b1a4fe703337ee00324010340725ae68c8f.zip |
build docs when creating tarballs
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1400 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-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 |