Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
2532c072
Commit
2532c072
authored
Jan 01, 1999
by
Kurt Zeilenga
Browse files
Import man reinstall bugfix from -devel.
parent
abbcc737
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
2532c072
OpenLDAP Change Log
Changes included in OpenLDAP 1.1.x
CVS Tag: OPENLDAP_REL_ENG_1_1
Build environment
Fixed doc/man reinstall bug
Changes included in OpenLDAP 1.1.2
CVS Tag: OPENLDAP_REL_ENG_1_1_2
Fixed slapd/back-ldbm/search matched initialization bug (ITS#23)
...
...
build/man.mk
View file @
2532c072
...
...
@@ -28,7 +28,7 @@ install-common: FORCE
if
[
-f
"
$$
page.links"
]
;
then
\
for
link
in
`
$(CAT)
$$
page.links
`
;
do
\
echo
"installing
$(MANDIR)
/
$$
link as link to
$$
page"
;
\
$(RM)
$(
INST
DIR)
/
$$
link
$(MANDIR)
/
$$
link
$(MANCOMPRESSSUFFIX)
;
\
$(RM)
$(
MAN
DIR)
/
$$
link
$(MANDIR)
/
$$
link
$(MANCOMPRESSSUFFIX)
;
\
ln
-sf
$$
page
$(MANCOMPRESSSUFFIX)
$(MANDIR)
/
$$
link
$(MANCOMPRESSSUFFIX)
;
\
done
;
\
fi
;
\
...
...
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