summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-02-27 21:27:47 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-02-27 21:27:47 +0000
commita56580509d11f4a0a9608a180dbf3073c6967b2a (patch)
tree04825e0c0da8c897b6ff7b52662ce9d698269ba7
parente2287cfb14ed408c965d0c2683816eda76f58abf (diff)
downloadlibgpod-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--ChangeLog9
-rw-r--r--INSTALL_CVS1
-rw-r--r--docs/reference/Makefile.am4
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b7c5c05..5555c52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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