* man/ja/Makefile.am, man/fr/Makefile.am, man/ru/Makefile.am,

man/sv/Makefile.am, man/pl/Makefile.am, man/zh_CN/Makefile.am,
	man/it/Makefile.am, man/Makefile.am: Include man_nopam in
	EXTRA_DIST only when USE_PAM (they are already in man_MANS
	otherwise).
This commit is contained in:
nekral-guest
2011-10-22 08:59:08 +00:00
parent eee4152981
commit c237be820b
9 changed files with 41 additions and 9 deletions

View File

@@ -46,9 +46,12 @@ endif
EXTRA_DIST = \
$(man_MANS) \
$(man_nopam) \
id.1 \
logoutd.8
if USE_PAM
EXTRA_DIST += $(man_nopam)
endif
include ../generate_translations.mak