diff options
author | Michele Calgaro <[email protected]> | 2022-08-29 14:40:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-08-29 16:47:52 +0900 |
commit | 9745a2b423ce03fb59ce229728113c316262a84f (patch) | |
tree | 6a0caa1880d60245a8a0ad4319418267e3f8d67e /doc/en | |
parent | f63c81cb030b779f93eb014602f58f0d3df9c359 (diff) | |
download | tastymenu-9745a2b423ce03fb59ce229728113c316262a84f.tar.gz tastymenu-9745a2b423ce03fb59ce229728113c316262a84f.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/Makefile.am | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index ba3ef3e..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} ) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 9e59989..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -KDE_DOCS = tastymenu -KDE_LANG = en -kde_docs_KDEDOCS = screenshot.png |