diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-10-14 01:15:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-10-14 01:15:31 +0200 |
commit | 1783e5c1ec0567c47508b186826dd2b69dda2c75 (patch) | |
tree | 44d116354039556dc54bb94fb8b3a3ac558dcaec | |
parent | 7b7f96164495137d79b57f16257e915f64cc68b5 (diff) | |
download | tdebase-1783e5c1ec0567c47508b186826dd2b69dda2c75.tar.gz tdebase-1783e5c1ec0567c47508b186826dd2b69dda2c75.zip |
Add doc/kappfinder/CMakeLists.txt to avoid unwanted automatic
installation of man-kappfinder.1.docbook.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | doc/kappfinder/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/kappfinder/CMakeLists.txt b/doc/kappfinder/CMakeLists.txt new file mode 100644 index 000000000..54e4d7175 --- /dev/null +++ b/doc/kappfinder/CMakeLists.txt @@ -0,0 +1,6 @@ +################################################# +# +# Empty CMake rules to avoid unwanted automatic +# installation of man-kappfinder.1.docbook +# +################################################# |