Fix deploying of man pages - ploot - simple plotting tools
HTML git clone git://bitreich.org/ploot git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/ploot
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 10701fcb904d7b0ecc8c57e3b61f82e02970b4b0
DIR parent 8a813a6498a2fea2d4c9cd998b65be4ec5e1de4b
HTML Author: Michal Josef Špaček <michal.josef.spacek@gmail.com>
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(-)
---
DIR 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}