aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-04-07 17:51:26 +0000
committerOmar Polo <op@omarpolo.com>2022-04-07 17:51:26 +0000
commitbf2850b938691a94e8926aa8952d043b620fdefb (patch)
treec6b73c745c16bea8e3fb802a7949c037e479c0ff /Makefile
parent1595c277efd582266baa59b084280a5cd3c2a5ad (diff)
install gmid.conf.5 too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 970fa91..14a2f8d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,11 @@ regress: all
install: gmid
mkdir -p ${DESTDIR}${BINDIR}
mkdir -p ${DESTDIR}${MANDIR}/man1
+ mkdir -p ${DESTDIR}${MANDIR}/man5
${INSTALL_PROGRAM} gmid ${DESTDIR}${BINDIR}
${INSTALL_PROGRAM} gg ${DESTDIR}${BINDIR}
${INSTALL_MAN} gmid.1 ${DESTDIR}${MANDIR}/man1
+ ${INSTALL_MAN} gmid.conf.5 ${DESTDIR}${MANDIR}/man5
${INSTALL_MAN} gg.1 ${DESTDIR}${MANDIR}/man1
compile_flags.txt: