summaryrefslogtreecommitdiffstats
path: root/INSTALL_CVS
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2006-09-23 12:28:23 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2006-09-23 12:28:23 +0000
commita27f3a82085c561ee880dcdc150c73b3bfe50bdf (patch)
treed2cb8f10657561ae9e7d49ee13f202c5514a7c01 /INSTALL_CVS
parentd6874b4c5038dbed975433a1b70cc3ab61fa2c49 (diff)
* src/itdb.h: explain 'checked' field in Itdb_Track declaration
* src/itdb_playlist.c (itdb_spl_update): in SPLs with 'match checked tracks only" set, all unchecked tracks were matched. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1318 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'INSTALL_CVS')
-rw-r--r--INSTALL_CVS7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL_CVS b/INSTALL_CVS
index db709c6..66c048c 100644
--- a/INSTALL_CVS
+++ b/INSTALL_CVS
@@ -4,6 +4,13 @@ If you install from CVS, call
make
make install
+To make a distribution tarball do
+
+./autogen.sh --enable-gtk-doc
+make
+make dist
+
+
See the INSTALL and TROUBLESHOOTING file for more information.
----------------------------------------------------------------------