diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-08-18 21:54:28 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-08-19 01:53:56 +0200 |
commit | 5c075a4514e8af3af3b6e5a6edfc02a05dc33a49 (patch) | |
tree | a199ef5d22f54f8cd931fb153b5d6f6761e9f52c /doc | |
parent | 26a6fcec31cf93db7d5becb7deb1c1411a48f93c (diff) | |
download | kuickshow-5c075a4514e8af3af3b6e5a6edfc02a05dc33a49.tar.gz kuickshow-5c075a4514e8af3af3b6e5a6edfc02a05dc33a49.zip |
Drop automake build support.r14.0.11
Rework of the README file.
Add basic cmake build instructions.
Add CMakeL10n rules for desktop file.
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 518da4b28d005bcc78138d251165cb9eeae6a79e)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/Makefile.am | 5 | ||||
-rw-r--r-- | doc/en/index.docbook (renamed from doc/kuickshow/index.docbook) | 0 | ||||
-rw-r--r-- | doc/en/screenshot.png (renamed from doc/kuickshow/screenshot.png) | bin | 223247 -> 223247 bytes | |||
-rw-r--r-- | doc/kuickshow/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kuickshow/Makefile.am | 4 |
6 files changed, 0 insertions, 33 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index df842e4..0000000 --- a/doc/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_auto_add_subdirectories( ) diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 6812bd2..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = en -KDE_DOCS = AUTO -SUBDIRS = $(AUTODIRS) - diff --git a/doc/kuickshow/index.docbook b/doc/en/index.docbook index bc16d2d..bc16d2d 100644 --- a/doc/kuickshow/index.docbook +++ b/doc/en/index.docbook diff --git a/doc/kuickshow/screenshot.png b/doc/en/screenshot.png Binary files differindex ab200d4..ab200d4 100644 --- a/doc/kuickshow/screenshot.png +++ b/doc/en/screenshot.png diff --git a/doc/kuickshow/CMakeLists.txt b/doc/kuickshow/CMakeLists.txt deleted file mode 100644 index ec8123d..0000000 --- a/doc/kuickshow/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( DESTINATION kuickshow ) diff --git a/doc/kuickshow/Makefile.am b/doc/kuickshow/Makefile.am deleted file mode 100644 index 085981d..0000000 --- a/doc/kuickshow/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ - -KDE_LANG = en -KDE_DOCS = AUTO - |