[gst-devel] Re: [gst-cvs] thomasvs gstreamer: gstreamer/docs/devhelp/

David I. Lehn dlehn at vt.edu
Fri May 3 14:05:01 CEST 2002


* Thomas Vander Stichele <thomasvs at users.sourceforge.net> [20020503 11:41]:
>     docs/devhelp    : Makefile.am
...
> +++ Makefile.am	3 May 2002 15:38:06 -0000	1.6
...
> -	sh html2xml.py ../gst/html
> +	./html2xml.py ../gst/html
...
> -	sh html2xml.py ../libs/html
> +	./html2xml.py ../libs/html

Ignoring python versioning issues, you could work around +x issues by
writing those commands as:

  python html2xml.py ../libs/html

-dave
-- 
David I. Lehn <dlehn at vt.edu>  | http://crib.lehn.org:8080/~dlehn/
Computer Engineering Graduate @ Virginia Tech in sunny Blacksburg, VA




More information about the gstreamer-devel mailing list