xpp: automake: cleanup $man_MANS handling

Signed-off-by: Oron Peled <oron.peled@xorcom.com>
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
Oron Peled 2015-05-25 15:24:25 +00:00 committed by Tzafrir Cohen
parent 48b25e849f
commit 01faf597d6
1 changed files with 3 additions and 1 deletions

View File

@ -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