mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#9644 - Fix ppm module man page name and installation target
This commit is contained in:
parent
e17509d74f
commit
a7f2b55874
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ TEST=ppm_test
|
|||
EXAMPLE=ppm.example
|
||||
TESTS=./unit_tests.sh
|
||||
|
||||
MANDOC=ppm.5
|
||||
MANDOC=slapm-ppm.5
|
||||
MDDOC=ppm.md
|
||||
|
||||
all: ppm $(TEST)
|
||||
|
|
@ -79,7 +79,7 @@ install: ppm
|
|||
$(LIBTOOL) --mode=install cp $$p $(DESTDIR)/$(moduledir) ; \
|
||||
done
|
||||
$(INSTALL) -m 644 $(EXAMPLE) $(DESTDIR)$(sysconfdir)/
|
||||
$(INSTALL) -m 644 $(MANDOC) $(man5dir)/
|
||||
$(INSTALL) -m 644 $(MANDOC) $(DESTDIR)$(man5dir)/
|
||||
# $(INSTALL) -m 755 $(TEST) $(libdir)
|
||||
|
||||
.PHONY: clean
|
||||
|
|
|
|||
Loading…
Reference in a new issue