blob: 7aa3cc9f94c01d888369b2a0597e698f711a37a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.7 2003/12/26 21:49:08 jmmv Exp $
--- doc/examples/Makefile.in.orig 2003-12-24 12:53:04.000000000 +0100
+++ doc/examples/Makefile.in
@@ -185,8 +185,8 @@ am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
pythondir = @pythondir@
-DOC_MODULE = libxml2-$(VERSION)
-TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/examples
+DOC_MODULE = libxml2
+TARGET_DIR = $(datadir)/examples/$(DOC_MODULE)
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
DEPS = $(top_builddir)/libxml2.la
|