Skip to content
Snippets Groups Projects
Commit 605aab16 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#9644 - Fix ppm module man page name and installation target

parent e3e20ff5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment