summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8042d9..7068039 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ logot:
clean:
cd src && ${MAKE} clean
+ cd libusb && ${MAKE} clean
cd logotool && ${MAKE} clean
install:
@@ -31,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