diff options
author | pancake <nopcode.org> | 2010-11-18 16:32:00 +0100 |
---|---|---|
committer | pancake <nopcode.org> | 2010-11-18 16:32:00 +0100 |
commit | b0f69c8b6b6c73440c5fd29fccd618d0046b4640 (patch) | |
tree | f978e0ec3a525a6be3e26f8ebf7d30a061cd9f1c /Makefile | |
parent | dc4fd72133cd8988ffe087d7e320bee6c993c8ae (diff) | |
download | 0xFFFF-b0f69c8b6b6c73440c5fd29fccd618d0046b4640.tar.bz2 |
* Add manpages (thanks sre!)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |