]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Derive package version automatically from configure
authorserassio <>
Fri, 2 Jun 2006 22:31:45 +0000 (22:31 +0000)
committerserassio <>
Fri, 2 Jun 2006 22:31:45 +0000 (22:31 +0000)
doc/Makefile.am
doc/cachemgr.cgi.8.in
doc/squid.8.in

index 6cb8718d72cea23b473a1b65289cc5c41443363e..b20f8657a8bf67e459aa3cc06eb616894ab83791 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.5 2005/05/09 08:31:51 serassio Exp $
+#  $Id: Makefile.am,v 1.6 2006/06/02 16:31:45 serassio Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -16,6 +16,7 @@ SUBSTITUTE=sed "\
        s%@DEFAULT_CACHEMGR_CONFIG@%$(DEFAULT_CACHEMGR_CONFIG)%g;\
        s%@DEFAULT_ERROR_DIR@%$(DEFAULT_ERROR_DIR)%g;\
        s%@DEFAULT_MIME_TABLE@%$(DEFAULT_MIME_TABLE)%g;\
+       s%@""PACKAGE_STRING""@%$(PACKAGE_STRING)%g;\
        "
 
 squid.8: $(srcdir)/squid.8.in Makefile
index 0a2cdc374902c4122ee85b5ceb27eeae1a3de05e..117f3eb803d39f3ca4528a96c6f1a71034b99b4a 100755 (executable)
@@ -1,4 +1,4 @@
-.TH cachemgr.cgi 8 "squid version 3.0"
+.TH cachemgr.cgi 8 "@PACKAGE_STRING@"
 .\" Copyright and licensing information
 .\" goes here.
 .SH NAME
index 87b5ef0167330c2f964d270a260c20887b21729f..9b63581997d388ebdd3ce818b224b60ff18aaf53 100755 (executable)
@@ -1,4 +1,4 @@
-.TH squid 8 "squid version 3.0"
+.TH squid 8 "@PACKAGE_STRING@"
 .\" Copyright and licensing information
 .\" goes here.
 .SH NAME