From 8cf993b4ce6c79dfbd1199ac53e7c20cafd41442 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Tue, 31 Dec 2002 18:44:59 +0000 Subject: [PATCH] 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 --- configure.ac | 1 - docs/devhelp/{html2xml.py.in => html2xml.py} | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename docs/devhelp/{html2xml.py.in => html2xml.py} (99%) diff --git a/configure.ac b/configure.ac index 73697a4..98c3d97 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 similarity index 99% rename from docs/devhelp/html2xml.py.in rename to docs/devhelp/html2xml.py index 3f0e9eb..aa425a1 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 -- 2.7.4