freebsd-ports/textproc/libxml2/files/patch-doc_examples_Makefile.in
Joe Marcus Clarke fbd7b52b3a Don't create needless directories.
Reported by:	adamw
2004-01-11 06:42:01 +00:00

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@