diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-12-31 18:44:59 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-12-31 18:44:59 +0000 |
commit | 8cf993b4ce6c79dfbd1199ac53e7c20cafd41442 (patch) | |
tree | fa93e141c8de9e2286ad5b5abe2694d8664f0d17 | |
parent | 624f4bf24d99d0f41d6cbac34d8eb4cd94542004 (diff) |
no need to generate this script to adjust python interpreter since it is invoked directly from the detected interpreter
Original commit message from CVS:
no need to generate this script to adjust python interpreter since it is
invoked directly from the detected interpreter
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | docs/devhelp/html2xml.py (renamed from docs/devhelp/html2xml.py.in) | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 73697a429..98c3d971c 100644 --- a/configure.ac +++ b/configure.ac @@ -515,7 +515,6 @@ examples/xml/Makefile tools/Makefile docs/Makefile docs/devhelp/Makefile -docs/devhelp/html2xml.py docs/faq/Makefile docs/gst/Makefile docs/gst/gstreamer.types diff --git a/docs/devhelp/html2xml.py.in b/docs/devhelp/html2xml.py index 3f0e9eba6..aa425a1fc 100644 --- a/docs/devhelp/html2xml.py.in +++ b/docs/devhelp/html2xml.py @@ -1,4 +1,4 @@ -#!@PYTHON@ +#!/usr/bin/env python import formatter import htmllib import os |