summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/CMakeLists.txt2
-rw-r--r--doc/dummy.c0
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index f018a7d..989f521 100755
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -103,8 +103,6 @@ if(WITH_MAN)
# If user has not set the base dir for man pages, use a default location
set(MAN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/man)
- add_library(man_pages STATIC dummy.c ${MAN_SRC_GZ})
-
install(FILES ${MAN_BUILD_DIR}/dlt.conf.5.gz
${MAN_BUILD_DIR}/dlt-system.conf.5.gz
DESTINATION ${MAN_INSTALL_DIR}/man5
diff --git a/doc/dummy.c b/doc/dummy.c
deleted file mode 100644
index e69de29..0000000
--- a/doc/dummy.c
+++ /dev/null