diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e9ac737..73c7d5c 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: install: all install -Dm 755 src/fead.py ${DESTDIR}${PREFIX}/bin/fead - install -Dm 644 doc/fead.1 ${DESTDIR}${PREFIX}/share/man/fead.1 + install -Dm 644 doc/fead.1 ${DESTDIR}${PREFIX}/share/man/man1/fead.1 uninstall: rm ${DESTDIR}${PREFIX}/bin/fead |