summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBernd Schubert <bernd-schubert@gmx.de>2008-06-25 19:38:52 +0200
committerBernd Schubert <bernd-schubert@gmx.de>2008-06-25 19:38:52 +0200
commit33f2aa2542a4af95bce165fc02c6f6df11c6d7e4 (patch)
tree0da88d09a5a9936f1aae529ca24ef2ae620bd38d /CMakeLists.txt
parentf59ba0c0b285e99da8675b5c0eae4ce0027c8d0e (diff)
parent241547d7f0a02d2bf82a062b40d3cb9547e634f6 (diff)
downloadunionfs-fuse-git-33f2aa2542a4af95bce165fc02c6f6df11c6d7e4.tar.gz
Merge in previous CMakeLists.txt changes again.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13ddae0..5698feb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,4 +26,5 @@ add_executable(unionfs ${UNIONFS_SRCS} ${HASHTABLE_SRCS})
target_link_libraries(unionfs fuse pthread m rt)
INSTALL(PROGRAMS unionfs DESTINATION sbin)
+INSTALL(FILES unionfs-fuse.8 DESTINATION share/man/man8/)