From 4cdc992705392e9e137d1df6bd3f773ebac78f1a Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 16 Apr 2010 18:56:56 +1200 Subject: [PATCH] Distribute some manuals better --- helpers/basic_auth/DB/Makefile.am | 4 +--- helpers/basic_auth/SASL/Makefile.am | 6 +++++- helpers/basic_auth/getpwnam/Makefile.am | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/helpers/basic_auth/DB/Makefile.am b/helpers/basic_auth/DB/Makefile.am index e178ba9047..f075661426 100644 --- a/helpers/basic_auth/DB/Makefile.am +++ b/helpers/basic_auth/DB/Makefile.am @@ -5,13 +5,11 @@ CLEANFILES += basic_db_auth basic_db_auth.8 do_subst = sed -e 's,[@]PERL[@],$(PERL),g' man_MANS = basic_db_auth.8 EXTRA_DIST= \ + basic_db_auth.8 \ passwd.sql \ basic_db_auth.in \ config.test -## So that the man(8) file is ready for snapshot manuals bundling. -dist-hook: basic_db_auth.8 - basic_db_auth.8: basic_db_auth pod2man basic_db_auth basic_db_auth.8 diff --git a/helpers/basic_auth/SASL/Makefile.am b/helpers/basic_auth/SASL/Makefile.am index 0b322a6238..4f4597c73d 100644 --- a/helpers/basic_auth/SASL/Makefile.am +++ b/helpers/basic_auth/SASL/Makefile.am @@ -8,4 +8,8 @@ basic_sasl_auth_LDADD = \ $(LIBSASL) \ $(XTRA_LIBS) -EXTRA_DIST = basic_sasl_auth.pam basic_sasl_auth.conf config.test +EXTRA_DIST = \ + basic_sasl_auth.8 \ + basic_sasl_auth.conf \ + basic_sasl_auth.pam \ + config.test diff --git a/helpers/basic_auth/getpwnam/Makefile.am b/helpers/basic_auth/getpwnam/Makefile.am index 5b9a9285d7..0819be60df 100644 --- a/helpers/basic_auth/getpwnam/Makefile.am +++ b/helpers/basic_auth/getpwnam/Makefile.am @@ -9,4 +9,4 @@ basic_getpwnam_auth_LDADD = \ man_MANS = basic_getpwnam_auth.8 -EXTRA_DIST = config.test +EXTRA_DIST = basic_getpwnam_auth.8 config.test -- 2.39.5