blob: f14a120d98291499659d0f7a41299e4e639e5fc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- libxml2-2.9.2.orig/Makefile.am 2014-10-13 05:02:53.000000000 -0500
+++ libxml2-2.9.2/Makefile.am 2015-02-11 12:51:49.858163855 -0600
@@ -2,9 +2,9 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = include . doc example xstc $(PYTHON_SUBDIR)
+SUBDIRS = include . xstc $(PYTHON_SUBDIR)
-DIST_SUBDIRS = include . doc example python xstc
+DIST_SUBDIRS = include . python xstc
AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include
|