diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-29 14:40:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-29 16:47:52 +0900 |
commit | 9745a2b423ce03fb59ce229728113c316262a84f (patch) | |
tree | 6a0caa1880d60245a8a0ad4319418267e3f8d67e /doc | |
parent | f63c81cb030b779f93eb014602f58f0d3df9c359 (diff) | |
download | tastymenu-9745a2b423ce03fb59ce229728113c316262a84f.tar.gz tastymenu-9745a2b423ce03fb59ce229728113c316262a84f.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | doc/en/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/Makefile.am | 3 |
4 files changed, 0 insertions, 11 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index c938175..0000000 --- a/doc/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory( en ) diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index a7255a8..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -# the SUBDIRS is filled automatically by am_edit. If files are -# in this directory they are installed into the english dir - -KDE_LANG = en -KDE_DOCS = tastymenu -SUBDIRS = $(AUTODIRS) 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 |