Fix deploying of man pages - ploot - simple plotting tools | |
git clone git://bitreich.org/ploot git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 10701fcb904d7b0ecc8c57e3b61f82e02970b4b0 | |
parent 8a813a6498a2fea2d4c9cd998b65be4ec5e1de4b | |
Author: Michal Josef Špaček <[email protected]> | |
Date: Tue, 28 Apr 2020 22:36:16 +0200 | |
Fix deploying of man pages | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -21,7 +21,7 @@ install: ${bin} | |
mkdir -p ${PREFIX}/bin ${MANDIR}/man1 ${MANDIR}/man5 | |
cp ${bin} ${PREFIX}/bin | |
cp *.1 ${MANDIR}/man1 | |
- cp *.5 ${MANDIR}/man7 | |
+ cp *.5 ${MANDIR}/man5 | |
clean: | |
rm -f *.o */*.o ${bin} |