From 42850dba3555005315fecac37b2e3c6ed9af73a6 Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Mon, 11 May 2015 14:10:02 +0300 Subject: [PATCH] xpp: refactor manual pages out of conditionals * So they are always included in 'make dist' even if PBX_USB is false. Signed-off-by: Oron Peled Signed-off-by: Tzafrir Cohen --- xpp/Makefile.am | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/xpp/Makefile.am b/xpp/Makefile.am index 32aa3ac..369e1d2 100644 --- a/xpp/Makefile.am +++ b/xpp/Makefile.am @@ -20,6 +20,14 @@ GLOBAL_CFLAGS += \ -Wformat=2 endif +man_pages = \ + astribank_tool.8 \ + astribank_hexload.8 \ + astribank_allow.8 \ + astribank_is_starting.8 + +man_MANS += $(man_pages) + if PERL SUBDIRS += perl_modules @@ -141,13 +149,6 @@ astribank_allow_CFLAGS = $(GLOBAL_CFLAGS) astribank_allow_LDFLAGS = $(USB_LIBS) astribank_allow_LDADD = libastribank.la -man_pages = \ - astribank_tool.8 \ - astribank_hexload.8 \ - astribank_allow.8 \ - astribank_is_starting.8 - -man_MANS += $(man_pages) endif EXTRA_DIST = \