pkgsrc-ng/devel/cppunit/patches/patch-doc_Makefile.in
2014-11-05 12:41:07 +01:00

16 lines
501 B
Plaintext

$NetBSD: patch-doc_Makefile.in,v 1.1 2013/08/15 10:26:32 gsutre Exp $
Install docs in $docdir.
--- doc/Makefile.in.orig 2012-09-24 17:52:23.000000000 +0000
+++ doc/Makefile.in
@@ -50,7 +50,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@DOC_TRUE@am__append_1 = $(pkgdatadir)/html
+@DOC_TRUE@am__append_1 = $(docdir)/html
@DOC_TRUE@am__append_2 = $(static_pages) html/index.html
subdir = doc
DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.am \