diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-30 19:27:23 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-30 19:27:23 -0400 |
commit | 9384e763b00774603208b3d44977ed0e6762a09a (patch) | |
tree | fd8276bc961ccb91434bc2fee08c45cfb08a0961 /build-aux/Makefile.once.head/10-gnuconf.mk | |
parent | 95d18493a5d3399993053b94cb1fc4542699f884 (diff) |
(systemd) at: mod: don't call on .doc
Diffstat (limited to 'build-aux/Makefile.once.head/10-gnuconf.mk')
-rw-r--r-- | build-aux/Makefile.once.head/10-gnuconf.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/Makefile.once.head/10-gnuconf.mk b/build-aux/Makefile.once.head/10-gnuconf.mk index 6d641bb..a4b7696 100644 --- a/build-aux/Makefile.once.head/10-gnuconf.mk +++ b/build-aux/Makefile.once.head/10-gnuconf.mk @@ -28,6 +28,7 @@ define mod.gnuconf.doc # This is based on ยง7.2 "Makefile Conventions" of the July 25, 2016 # release of the GNU Coding Standards. endef +mod.gnuconf.doc := $(value mod.gnuconf.doc) gnuconf.pkgname ?= $(firstword $(PACKAGE_TARNAME) $(PACKAGE) $(PACKAGE_NAME)) ifeq ($(gnuconf.pkgname),) |