mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
501 B
Plaintext
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 \
|