]> git.sur5r.net Git - openldap/blobdiff - build/man.mk
Return to release engineering
[openldap] / build / man.mk
index a63385d88ae944eded5c3275154c69328947bc5a..1ed076db806338dda6bf145974493c10a72e8a3b 100644 (file)
@@ -1,11 +1,18 @@
 # $OpenLDAP$
-## Copyright 1998-2000 The OpenLDAP Foundation
-## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
-## of this package for details.
-##---------------------------------------------------------------------------
+## Copyright 1998-2004 The OpenLDAP Foundation.
+## All rights reserved.
 ##
-## Makefile Template for Manual Pages
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
 ##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
+##---------------------------------------------------------------------------
+#
+# Makefile Template for Manual Pages
+#
 
 MANDIR=$(mandir)/man$(MANSECT)
 TMP_SUFFIX=tmp
@@ -22,6 +29,7 @@ all-common:
                        -e 's%BINDIR%$(bindir)%' \
                        -e 's%LIBDIR%$(libdir)%' \
                        -e 's%LIBEXECDIR%$(libexecdir)%' \
+                       -e 's%RELEASEDATE%$(RELEASEDATE)%' \
                        $(srcdir)/$$page > $$page.$(TMP_SUFFIX); \
        done