freebsd-ports/textproc/libxml/files/patch-doc::Makefile.in
Maxim Sobolev f03cdffe48 - Hack for better hier(7) conformance - install documentation into
${PREFIX}/share/doc;
- use USE_LIBTOOL.
2002-04-30 23:17:59 +00:00

15 lines
381 B
Plaintext

$FreeBSD$
--- doc/Makefile.in 2002/04/30 21:49:33 1.1
+++ doc/Makefile.in 2002/04/30 21:51:26
@@ -106,7 +106,7 @@
# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR = ..
-HTML_DIR = $(datadir)/gnome-xml/html
+HTML_DIR = $(prefix)/share/doc
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs