blob: c9e0fcd23a909abf599bdd7164ceade135b62aab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- Makefile.in.orig Tue Nov 4 12:52:42 2003
+++ Makefile.in Tue Nov 4 12:55:43 2003
@@ -132,13 +132,12 @@
libexslt \
xsltproc \
doc \
- @PYTHON_SUBDIR@ \
- tests
+ @PYTHON_SUBDIR@
-DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests
+DIST_SUBDIRS = libxslt libexslt xsltproc python doc
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = xsltConf.sh
bin_SCRIPTS = xslt-config
|