summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2002-12-31 18:44:59 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2002-12-31 18:44:59 +0000
commit8cf993b4ce6c79dfbd1199ac53e7c20cafd41442 (patch)
treefa93e141c8de9e2286ad5b5abe2694d8664f0d17
parent624f4bf24d99d0f41d6cbac34d8eb4cd94542004 (diff)
downloadgstreamer-8cf993b4ce6c79dfbd1199ac53e7c20cafd41442.tar.gz
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.ac1
-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 73697a429b..98c3d971c8 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 3f0e9eba66..aa425a1fc2 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