Revision: 1632
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1632&view=rev
Author:   tmzullinger
Date:     2007-07-11 21:29:15 -0700 (Wed, 11 Jul 2007)

Log Message:
-----------
make the test for xsltproc more robust (read as: make it suck less)

Modified Paths:
--------------
    libgpod/trunk/bindings/python/Makefile.am

Modified: libgpod/trunk/bindings/python/Makefile.am
===================================================================
--- libgpod/trunk/bindings/python/Makefile.am   2007-07-11 21:44:56 UTC (rev 
1631)
+++ libgpod/trunk/bindings/python/Makefile.am   2007-07-12 04:29:15 UTC (rev 
1632)
@@ -46,7 +46,7 @@
 
 gpod_doc.i: $(srcdir)/gpod_doc.i.in $(srcdir)/gtkdoc-to-swig.xsl
        cat $< > $@
-       -if test -x `which xsltproc`; then \
+       -if test -x "`which xsltproc 2>/dev/null`"; then \
            for xml in $(top_srcdir)/docs/reference/xml/*.xml; do \
                xsltproc $(srcdir)/gtkdoc-to-swig.xsl $$xml; \
            done >> $@; \


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

Reply via email to