Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quanah Gibson-Mount
OpenLDAP
Commits
d8bec494
Commit
d8bec494
authored
Sep 14, 2021
by
Quanah Gibson-Mount
Browse files
ITS#9644 - Fix ppm module man page name and installation target
parent
86baf9a5
Pipeline
#3508
passed with stage
in 57 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/ppm/Makefile
View file @
d8bec494
...
...
@@ -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
...
...
contrib/slapd-modules/ppm/ppm.5
→
contrib/slapd-modules/ppm/
slapm-
ppm.5
View file @
d8bec494
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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