blob: 39743c7906aa90c1c8246e638e04f11b87196200 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-doc_Makefile.in,v 1.3 2017/04/19 12:20:08 wiz Exp $
Install docs in $docdir.
--- doc/Makefile.in.orig 2017-04-19 12:16:20.675089478 +0000
+++ doc/Makefile.in
@@ -88,7 +88,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
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|