diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-16 20:20:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-16 20:20:28 +0100 |
commit | cdad643fbc8882fcff4d3b7b20775744a180aef9 (patch) | |
tree | 8a4f432985cb45f3ec1c4a7a6aa0fa821f0fe051 | |
parent | a691c55857c3495ba8ee2061f2698c0c2931748e (diff) | |
download | tdesdk-cdad643fbc8882fcff4d3b7b20775744a180aef9.tar.gz tdesdk-cdad643fbc8882fcff4d3b7b20775744a180aef9.zip |
Remove the CMake rule for processing tdesvn-build manual in the previous directory.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | doc/scripts/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/scripts/CMakeLists.txt b/doc/scripts/CMakeLists.txt index df348060..07c53f78 100644 --- a/doc/scripts/CMakeLists.txt +++ b/doc/scripts/CMakeLists.txt @@ -9,4 +9,7 @@ # ################################################# -add_subdirectory( tdesvn-build ) +################################################# +# +# Conversion from docbook to manual pages is not implemented yet. +# |