Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Barchiesi
OpenLDAP
Commits
a914ff81
Commit
a914ff81
authored
Feb 28, 1999
by
Ben Collins
Browse files
Fixed a small mistake in the last commit, as well as adding a clean-common to remove the tmp files
parent
945f8e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/man.mk
View file @
a914ff81
...
...
@@ -35,11 +35,12 @@ install-common:
if
[
-f
"
$$
page.links"
]
;
then
\
for
link
in
`
$(CAT)
$$
page.links
`
;
do
\
echo
"installing
$(MANDIR)
/
$$
link as link to
$$
page"
;
\
$(RM)
$(INSTDIR)
/
$$
link
$(MANDIR)
/
$$
link
;
\
$(LN_S)
-sf
$$
page
$(MANDIR)
/
$$
link
;
\
$(LN_S)
-f
$$
page
$(MANDIR)
/
$$
link
;
\
done
;
\
fi
;
\
done
;
\
$(RM)
$$
TMPMAN
Makefile
:
$(top_srcdir)/build/lib.mk
clean-common
:
FORCE
$(RM)
*
.tmp all-common
Makefile
:
$(top_srcdir)/build/man.mk
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