From: hno <> Date: Sun, 21 Jul 2002 04:51:17 +0000 (+0000) Subject: We should dist the debug-sections.txt file so people can find X-Git-Tag: SQUID_3_0_PRE1~887 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98a6bfd30737f39d695fa7ceb407d9a844c50067;p=thirdparty%2Fsquid.git We should dist the debug-sections.txt file so people can find what to use in debug_options more easily.. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index cf6c61d856..00201a074b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1 2001/12/27 02:18:25 hno Exp $ +# $Id: Makefile.am,v 1.2 2002/07/20 22:51:17 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -10,4 +10,5 @@ man_MANS = \ squid.8 EXTRA_DIST = \ - squid.8 + squid.8 \ + debug-sections.txt