forked from Lainports/freebsd-ports
11 lines
424 B
Text
11 lines
424 B
Text
--- doc/examples/Makefile.in.orig Sun Jan 11 01:37:12 2004
|
|
+++ doc/examples/Makefile.in Sun Jan 11 01:37:53 2004
|
|
@@ -185,7 +185,7 @@
|
|
am__quote = @am__quote@
|
|
install_sh = @install_sh@
|
|
pythondir = @pythondir@
|
|
-DOC_MODULE = libxml2-$(VERSION)
|
|
+DOC_MODULE = libxml2
|
|
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/examples
|
|
|
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
|