From b08eebd07f576898d6dd732ce7a699961ff805f9 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 15 Jan 2007 02:33:31 +0000 Subject: update instructions for creating a tarball, --enable-gtk-doc is no longer needed remove warning to use CVS instead of the releases add note about using automake-1.9 for those interested in some minor python-related improvements git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1374 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- INSTALL_CVS | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/INSTALL_CVS b/INSTALL_CVS index 66c048c..d458901 100644 --- a/INSTALL_CVS +++ b/INSTALL_CVS @@ -6,17 +6,13 @@ make install To make a distribution tarball do -./autogen.sh --enable-gtk-doc -make -make dist - +./autogen.sh +make -C docs +make distcheck See the INSTALL and TROUBLESHOOTING file for more information. ----------------------------------------------------------------------- -For the time being please always use the current version in CVS. See -http://sourceforge.net/cvs/?group_id=67873 for information on how to -access the CVS server. The module to download is called 'libgpod'. The -package released on sourceforge is simply there to raise awareness and -hopefully have some package maintainers pick up the library. ----------------------------------------------------------------------- +Note: If you are building the python bindings, automake-1.9 has some +minor improvements over automake-1.7 in the py-compile script used to +byte-compile the *.py files. You may change REQUIRED_AUTOMAKE_VERSION +to 1.9 in autogen.sh if you wish. -- cgit