diff options
Diffstat (limited to 'doc/man/indi/CMakeLists.txt')
-rw-r--r-- | doc/man/indi/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/man/indi/CMakeLists.txt b/doc/man/indi/CMakeLists.txt new file mode 100644 index 00000000..451eb394 --- /dev/null +++ b/doc/man/indi/CMakeLists.txt @@ -0,0 +1,17 @@ +INSTALL( + FILES + celestrongps.1 + indiserver.1 + lx200classic.1 + temma.1 + lx200_16.1 + lx200generic.1 + v4ldriver.1 + fliccd.1 + lx200autostar.1 + lx200gps.1 + v4lphilips.1 + + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) |