diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-02-06 18:24:07 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-06 18:24:07 +0100 |
commit | cb952883c9662328e7b1ac026589a116e687aa69 (patch) | |
tree | d13faf956810798f31b4d2a849749e1549e960e5 /doc/en | |
parent | b23da3e4306a3b92b39be1bf53abf48e4bd9323e (diff) | |
download | kxmleditor-cb952883c9662328e7b1ac026589a116e687aa69.tar.gz kxmleditor-cb952883c9662328e7b1ac026589a116e687aa69.zip |
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index c96df24..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} ) - |