Revision: 1631
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1631&view=rev
Author: tmzullinger
Date: 2007-07-11 14:44:56 -0700 (Wed, 11 Jul 2007)
Log Message:
-----------
try to convert the xml docs into python docstrings even when ENABLE_GTK_DOC
isn't set so that tarball builds can get the full documentation in python.
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/bindings/python/Makefile.am
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2007-07-11 05:15:14 UTC (rev 1630)
+++ libgpod/trunk/ChangeLog 2007-07-11 21:44:56 UTC (rev 1631)
@@ -1,3 +1,10 @@
+2007-07-11 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * bindings/python/Makefile.am:
+ try to convert the xml docs into python docstrings even when
+ ENABLE_GTK_DOC isn't set so that tarball builds can get the
+ full documentation in python.
+
2007-07-07 Jorg Schuler <jcsjcs at users.sourceforge.net>
* configure.ac
Modified: libgpod/trunk/bindings/python/Makefile.am
===================================================================
--- libgpod/trunk/bindings/python/Makefile.am 2007-07-11 05:15:14 UTC (rev
1630)
+++ libgpod/trunk/bindings/python/Makefile.am 2007-07-11 21:44:56 UTC (rev
1631)
@@ -46,11 +46,11 @@
gpod_doc.i: $(srcdir)/gpod_doc.i.in $(srcdir)/gtkdoc-to-swig.xsl
cat $< > $@
-if ENABLE_GTK_DOC
- -for xml in $(top_srcdir)/docs/reference/xml/*.xml; do \
- xsltproc $(srcdir)/gtkdoc-to-swig.xsl $$xml; \
- done >> $@
-endif
+ -if test -x `which xsltproc`; then \
+ for xml in $(top_srcdir)/docs/reference/xml/*.xml; do \
+ xsltproc $(srcdir)/gtkdoc-to-swig.xsl $$xml; \
+ done >> $@; \
+ fi
gpod_wrap.c: $(SWIG_INTERFACES) $(nodist_gpod_PYTHON)
$(SWIG) -python $(INCLUDES) -o $@ $<
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2