From b0f69c8b6b6c73440c5fd29fccd618d0046b4640 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 18 Nov 2010 16:32:00 +0100 Subject: * Add manpages (thanks sre!) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1614e3c..7068039 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,8 @@ install: -cp src/gui/goxf ${DESTDIR}${PREFIX}/bin cp logotool/logotool ${DESTDIR}${PREFIX}/bin cp 0xFFFF.desktop ${DESTDIR}${PREFIX}/share/applications/ + mkdir -p ${DESTDIR}${PREFIX}/share/man/man1 + cp man/*.1 ${DESTDIR}${PREFIX}/share/man/man1 deinstall: rm -f ${DESTDIR}${PREFIX}/bin/0xFFFF -- cgit v1.2.3