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 17:42:30 +0900 |
| commit | 171bba15a85339862f84d5e1f336373a6fd0d1f5 (patch) | |
| tree | 3d2ee6e15fa24d05d93918766e76328b778f8b3e /doc | |
| parent | 4629443a2ad6e5f5470119bb89704f82e100103c (diff) | |
| download | tastymenu-171bba15.tar.gz tastymenu-171bba15.zip | |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9745a2b423ce03fb59ce229728113c316262a84f)
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 |
