Add missing directory to packaging. Install manpage.

git-svn-id: svn://svn.code.sf.net/p/jack-keyboard/code/trunk@22 1fa2bf75-7d80-4145-9e94-f9b4e25a1cb2
This commit is contained in:
hselasky 2011-06-22 17:40:11 +00:00
parent c76aed55f2
commit b8c0445d75
2 changed files with 2 additions and 0 deletions

View File

@ -66,3 +66,4 @@ endif()
install(TARGETS jack-keyboard RUNTIME DESTINATION bin) install(TARGETS jack-keyboard RUNTIME DESTINATION bin)
install(FILES pixmaps/jack-keyboard.png DESTINATION share/pixmaps) install(FILES pixmaps/jack-keyboard.png DESTINATION share/pixmaps)
install(FILES src/jack-keyboard.desktop DESTINATION share/applications) install(FILES src/jack-keyboard.desktop DESTINATION share/applications)
install(FILES man/jack-keyboard.1 DESTINATION man/man1)

View File

@ -34,6 +34,7 @@ package:
TODO \ TODO \
cmake \ cmake \
man \ man \
pixmaps \
src src
rm -rf jack-keyboard-${VERSION} rm -rf jack-keyboard-${VERSION}