[xslt] [PATCH]fix odd installation directory



Hi.

The following trivial patch fixes an installation oddity. The
"TODO" file (which is empty) gets placed in a directory called
"libxslt-python-", and I'm suspecting it should be in the
same directory with the other files installed in the
"share/doc" tree.

Thanks


--- libxslt-1.0.14/python/Makefile.am.orig	2002-03-18 14:27:49.000000000 -0600
+++ libxslt-1.0.14/python/Makefile.am	2002-03-19 19:56:23.000000000 -0600
@@ -8,7 +8,7 @@
 	 $(LIBXML_CFLAGS) \
 	-I$(top_srcdir)
 
-DOCS_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXML_VERSION)
+DOCS_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXSLT_VERSION)
 # libxsltclass.txt is generated
 DOCS = TODO
 
-- 
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]