Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
b43ad1dd
Commit
b43ad1dd
authored
Jun 13, 2002
by
Kurt Zeilenga
Browse files
Generate man page date from version.sh
parent
b5e7208c
Changes
64
Expand all
Hide whitespace changes
Inline
Side-by-side
build/man.mk
View file @
b43ad1dd
...
...
@@ -22,6 +22,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
...
...
build/top.mk
View file @
b43ad1dd
...
...
@@ -10,6 +10,7 @@
##
PACKAGE
=
@PACKAGE@
VERSION
=
@VERSION@
RELEASEDATE
=
@OPENLDAP_RELEASE_DATE@
@SET_MAKE@
SHELL
=
/bin/sh
...
...
build/version.sh
View file @
b43ad1dd
...
...
@@ -10,6 +10,7 @@ ol_minor=X
ol_patch
=
X
ol_api_inc
=
000000
ol_api_lib
=
0:0:0
ol_release_date
=
"00/00/0000"
if
test
$ol_patch
!=
X
;
then
ol_version
=
${
ol_major
}
.
${
ol_minor
}
.
${
ol_patch
}
...
...
@@ -34,3 +35,4 @@ echo OL_API_LIB=$ol_api_lib
echo
OL_VERSION
=
$ol_version
echo
OL_TYPE
=
$ol_type
echo
OL_STRING
=
\"
${
ol_string
}
\"
echo
OL_RELEASE_DATE
=
\"
${
ol_release_date
}
\"
configure
View file @
b43ad1dd
This diff is collapsed.
Click to expand it.
configure.in
View file @
b43ad1dd
...
...
@@ -83,6 +83,9 @@ AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_PATCH,$OL_PATCH,Patch)
OPENLDAP_LIBVERSION=$OL_API_LIB
AC_SUBST(OPENLDAP_LIBVERSION)dnl
OPENLDAP_RELEASE_DATE="$OL_RELEASE_DATE"
AC_SUBST(OPENLDAP_RELEASE_DATE)dnl
dnl We use autoconf features new to 2.13.
dnl aclocal.m4 should be built using aclocal from automake 1.4
dnl libtool 1.4.2 should be installed.
...
...
doc/man/man1/ldapcompare.1
View file @
b43ad1dd
.TH LDAPCOMPARE 1 "
28 January 2002
" "OpenLDAP LDVERSION"
.TH LDAPCOMPARE 1 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man1/ldapdelete.1
View file @
b43ad1dd
.TH LDAPDELETE 1 "
20 August 2001
" "OpenLDAP LDVERSION"
.TH LDAPDELETE 1 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man1/ldapmodify.1
View file @
b43ad1dd
.TH LDAPMODIFY 1 "
20 August 2001
" "OpenLDAP LDVERSION"
.TH LDAPMODIFY 1 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man1/ldapmodrdn.1
View file @
b43ad1dd
.TH LDAPMODRDN 1 "
20 August 2001
" "OpenLDAP LDVERSION"
.TH LDAPMODRDN 1 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man1/ldappasswd.1
View file @
b43ad1dd
.TH LDAPPASSWD 1 "
20 August 2001
" "OpenLDAP LDVERSION"
.TH LDAPPASSWD 1 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man1/ldapsearch.1
View file @
b43ad1dd
.TH LDAPSEARCH 1 "
20 August 2001
" "OpenLDAP LDVERSION"
.TH LDAPSEARCH 1 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man1/ud.1
View file @
b43ad1dd
.TH UD 1 "
20 August 2000
" "OpenLDAP LDVERSION"
.TH UD 1 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man3/lber-decode.3
View file @
b43ad1dd
.TH LBER_DECODE 3 "
25 January 2002
" "OpenLDAP LDVERSION"
.TH LBER_DECODE 3 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man3/lber-encode.3
View file @
b43ad1dd
.TH LBER_ENCODE 3 "
25 January 2002
" "OpenLDAP LDVERSION"
.TH LBER_ENCODE 3 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man3/lber-memory.3
View file @
b43ad1dd
.TH LBER_MEMORY 3 "
25 January 2002
" "OpenLDAP LDVERSION"
.TH LBER_MEMORY 3 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man3/lber-types.3
View file @
b43ad1dd
.TH LBER_TYPES 3 "
25 January 2002
" "OpenLDAP LDVERSION"
.TH LBER_TYPES 3 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man3/ldap.3
View file @
b43ad1dd
.TH LDAP 3 "
13 January 2002
" "OpenLDAP LDVERSION"
.TH LDAP 3 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man3/ldap_abandon.3
View file @
b43ad1dd
.TH LDAP_ABANDON 3 "
13 January 2002
" "OpenLDAP LDVERSION"
.TH LDAP_ABANDON 3 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man3/ldap_add.3
View file @
b43ad1dd
.TH LDAP_ADD 3 "
13 January 2002
" "OpenLDAP LDVERSION"
.TH LDAP_ADD 3 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
doc/man/man3/ldap_bind.3
View file @
b43ad1dd
.TH LDAP_BIND 3 "
13 January 2002
" "OpenLDAP LDVERSION"
.TH LDAP_BIND 3 "
RELEASEDATE
" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment