]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added installation of squid(8) man page
authorhno <>
Thu, 27 Dec 2001 09:18:24 +0000 (09:18 +0000)
committerhno <>
Thu, 27 Dec 2001 09:18:24 +0000 (09:18 +0000)
configure.in
doc/Makefile.am [new file with mode: 0644]

index 3da7be4b364ce61797353e3f1f93b9962907cd83..9f63242253f2ce3740fd9697f9faa1bced12bd03 100644 (file)
@@ -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 (file)
index 0000000..cf6c61d
--- /dev/null
@@ -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