[Pkg-voip-commits] [dahdi-tools] 255/285: xpp: automake: cleanup $man_MANS handling
tzafrir at debian.org
tzafrir at debian.org
Thu Jul 7 19:19:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a commit to branch master
in repository dahdi-tools.
commit 01faf597d6faf11f91a1772913e95c277eb121a8
Author: Oron Peled <oron.peled at xorcom.com>
Date: Mon May 25 15:24:25 2015 +0000
xpp: automake: cleanup $man_MANS handling
Signed-off-by: Oron Peled <oron.peled at xorcom.com>
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
---
xpp/Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/xpp/Makefile.am b/xpp/Makefile.am
index da73121..fe58cfd 100644
--- a/xpp/Makefile.am
+++ b/xpp/Makefile.am
@@ -3,6 +3,8 @@ all-local: $(perl_checks)
SUBDIRS =
+man_MANS =
+
# FIXME: try to improve code, so we can use $(PEDANTIC)
#PEDANTIC = -ansi -pedantic -std=c99
@@ -57,7 +59,7 @@ udevrulesdir = @udevrulesdir@
udevrules_DATA = xpp.rules
dist_sbin_SCRIPTS = $(perl_scripts)
-man_MANS = $(perl_mans)
+man_MANS += $(perl_mans)
CLEANFILES = $(perl_checks) $(perl_mans)
if PBX_USB
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git
More information about the Pkg-voip-commits
mailing list