17 lines
376 B
Diff
17 lines
376 B
Diff
|
--- Makefile.am.orig 2012-09-04 16:26:23.000000000 +0200
|
||
|
+++ Makefile.am 2012-12-06 09:15:11.548926594 +0100
|
||
|
@@ -1,12 +1,10 @@
|
||
|
SUBDIRS = \
|
||
|
libxslt \
|
||
|
libexslt \
|
||
|
- xsltproc \
|
||
|
- doc \
|
||
|
$(PYTHON_SUBDIR) \
|
||
|
tests
|
||
|
|
||
|
-DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests
|
||
|
+DIST_SUBDIRS = libxslt libexslt python tests
|
||
|
|
||
|
confexecdir=$(libdir)
|
||
|
confexec_DATA = xsltConf.sh
|