Update of /cvsroot/gtkpod/libgpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11762
Modified Files:
INSTALL_CVS
Log Message:
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
Index: INSTALL_CVS
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/INSTALL_CVS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- INSTALL_CVS 23 Sep 2006 12:28:23 -0000 1.5
+++ INSTALL_CVS 15 Jan 2007 02:33:31 -0000 1.6
@@ -6,17 +6,13 @@
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.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2