diff options
Diffstat (limited to 'textproc/libxml2/files/patch-python::Makefile.in')
-rw-r--r-- | textproc/libxml2/files/patch-python::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in new file mode 100644 index 000000000..e7f8a271b --- /dev/null +++ b/textproc/libxml2/files/patch-python::Makefile.in @@ -0,0 +1,11 @@ +--- python/Makefile.in.orig Thu Aug 14 22:06:11 2003 ++++ python/Makefile.in Thu Aug 14 22:06:39 2003 +@@ -161,7 +161,7 @@ + -I$(top_srcdir)/include + + +-DOCS_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION) ++DOCS_DIR = $(datadir)/doc/libxml2-python + # libxml2class.txt is generated + DOCS = TODO + |