[beast: 34/39] DOCS: install documentation under $(pkgdocdir)



commit 96281a869e9604e52dab0049322a5c9c94f6daa9
Author: Tim Janik <timj gnu org>
Date:   Sat Sep 12 01:47:18 2015 +0200

    DOCS: install documentation under $(pkgdocdir)

 docs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 663772d..a8c36a2 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -16,7 +16,7 @@ DOC_VERSION = $(or $(DSC_VERSION), $(VERSION))
 EXTRA_DIST += bse-categories.txt interpolation.txt ChangeLog.svn
 
 # == Doxygen Install Rules ==
-htmldocsbase  = ${docdir}
+htmldocsbase  = $(pkgdocdir)
 htmldocsdir   = ${htmldocsbase}/html
 htmldocs_DATA = html/doc-version               # build dependency for doxygen docs
 htmlparent    = $(if $(findstring \#,   \ INGIT@..), $(srcdir), $(builddir))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]