aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4a2a6f..351859e 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ gpp: gpp.o
install: gpp
mkdir -p -- "$(DESTDIR)$(PREFIX)/bin"
- mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man"
+ mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man1"
cp -- gpp "$(DESTDIR)$(PREFIX)/bin/gpp"
cp -- gpp.1 "$(DESTDIR)$(MANPREFIX)/man1/gpp.1"