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 <oron.peled@xorcom.com>
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
Oron Peled 2015-05-11 14:10:02 +03:00 committed by Tzafrir Cohen
parent 06ae8473d7
commit 42850dba35
1 changed files with 8 additions and 7 deletions

View File

@ -20,6 +20,14 @@ GLOBAL_CFLAGS += \
-Wformat=2 -Wformat=2
endif endif
man_pages = \
astribank_tool.8 \
astribank_hexload.8 \
astribank_allow.8 \
astribank_is_starting.8
man_MANS += $(man_pages)
if PERL if PERL
SUBDIRS += perl_modules SUBDIRS += perl_modules
@ -141,13 +149,6 @@ astribank_allow_CFLAGS = $(GLOBAL_CFLAGS)
astribank_allow_LDFLAGS = $(USB_LIBS) astribank_allow_LDFLAGS = $(USB_LIBS)
astribank_allow_LDADD = libastribank.la 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 endif
EXTRA_DIST = \ EXTRA_DIST = \