From: hno <> Date: Thu, 27 Dec 2001 09:18:24 +0000 (+0000) Subject: Added installation of squid(8) man page X-Git-Tag: SQUID_3_0_PRE1~1233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99db07b34d3b50c0a4e9b40df245fee37227b49b;p=thirdparty%2Fsquid.git Added installation of squid(8) man page --- diff --git a/configure.in b/configure.in index 3da7be4b36..9f63242253 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.254 2001/12/27 01:03:17 hno Exp $ +dnl $Id: configure.in,v 1.255 2001/12/27 02:18:24 hno Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 2.6-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.254 $)dnl +AC_REVISION($Revision: 1.255 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2168,4 +2168,5 @@ AC_OUTPUT([\ src/fs/ufs/Makefile \ src/repl/heap/Makefile \ src/repl/lru/Makefile \ + doc/Makefile \ ]) diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000000..cf6c61d856 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,13 @@ +# +# Makefile for the Squid Object Cache server +# +# $Id: Makefile.am,v 1.1 2001/12/27 02:18:25 hno Exp $ +# +# Uncomment and customize the following to suit your needs: +# + +man_MANS = \ + squid.8 + +EXTRA_DIST = \ + squid.8