mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fixed a small mistake in the last commit, as well as adding a clean-common to remove the tmp files
This commit is contained in:
parent
945f8e10a0
commit
a914ff8171
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue