diff options
| author | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-02-27 21:27:47 +0000 |
|---|---|---|
| committer | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-02-27 21:27:47 +0000 |
| commit | a56580509d11f4a0a9608a180dbf3073c6967b2a (patch) | |
| tree | 04825e0c0da8c897b6ff7b52662ce9d698269ba7 | |
| parent | e2287cfb14ed408c965d0c2683816eda76f58abf (diff) | |
| download | libgpod-a56580509d11f4a0a9608a180dbf3073c6967b2a.tar.gz libgpod-a56580509d11f4a0a9608a180dbf3073c6967b2a.tar.xz libgpod-a56580509d11f4a0a9608a180dbf3073c6967b2a.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 |
