X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Fman.mk;h=6d25337bdb47148b939455c5729c228cbe70cad4;hb=49bf49de06a1aab8a2b7b5df2675672e6cd7282b;hp=6f564c132c77a75a2052e54b8380b6fe6725b77b;hpb=0e2af54a3ffdeebe3901370683be56fcc53023b0;p=openldap diff --git a/build/man.mk b/build/man.mk index 6f564c132c..6d25337bdb 100644 --- a/build/man.mk +++ b/build/man.mk @@ -1,11 +1,20 @@ # $OpenLDAP$ -## Copyright 1998-2002 The OpenLDAP Foundation -## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory -## of this package for details. -##--------------------------------------------------------------------------- +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2005 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 +## . +##--------------------------------------------------------------------------- +# +# Makefile Template for Manual Pages +# MANDIR=$(mandir)/man$(MANSECT) TMP_SUFFIX=tmp @@ -22,6 +31,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