summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.once.head/00-libretools.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-07-08 21:31:13 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-07-08 21:31:13 -0400
commitaa4a03eae20d3de63c6e2659ebdfe1be5db434ee (patch)
tree239cdb790fc7f06a2688acd76ddea160c088b460 /build-aux/Makefile.once.head/00-libretools.mk
parentb3e5bf9dec22dd447ddb7d466f3e73b6f0f5b533 (diff)
Makefile: have docdir behave the way the GNU standards say.
I had docdir = $(datarootdir)/doc pkgdocdir = $(docdir)/libretools # install docs to $(pkgdocdir) but the GNU Coding Standards (July 25, 2016 revision), say I should be doing docdir = $(datarootdir)/doc/libretools # install docs to $(docdir) As the config.mk states, we aren't a GNU package. But let's still follow their standards here, to follow the principle of least surprise.
Diffstat (limited to 'build-aux/Makefile.once.head/00-libretools.mk')
-rw-r--r--build-aux/Makefile.once.head/00-libretools.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-aux/Makefile.once.head/00-libretools.mk b/build-aux/Makefile.once.head/00-libretools.mk
index 1f2957d..7c1ffef 100644
--- a/build-aux/Makefile.once.head/00-libretools.mk
+++ b/build-aux/Makefile.once.head/00-libretools.mk
@@ -18,7 +18,6 @@ define mod.libretools.doc
# Inputs:
# - Install paths (Directory variables):
# - `pkgconfdir = $(sysconfdir)/libretools.d`
-# - `pkgdocdir = $(docdir)/libretools`
# - `pkglibexecdir = $(libexecdir)/libretools`
# - Outputs (Directory variables):
# - `libretools.out.mans`