From: Amos Jeffries Date: Fri, 16 Apr 2010 06:56:56 +0000 (+1200) Subject: Distribute some manuals better X-Git-Tag: SQUID_3_2_0_1~293 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cdc992705392e9e137d1df6bd3f773ebac78f1a;p=thirdparty%2Fsquid.git Distribute some manuals better --- 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