diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-08-27 10:29:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-08-27 10:29:31 +0200 |
commit | 0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847 (patch) | |
tree | 73a22df9ae9f5140998c385ffd9f19a0e00bd763 | |
parent | eaa160d9ab5c3cc86af4258dbe8214e2fcfa7f10 (diff) | |
download | k3b-0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847.tar.gz k3b-0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847.zip |
Move the documentation to a new directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/CMakeLists.txt | 8 | ||||
-rw-r--r-- | doc/Makefile.am | 4 | ||||
-rw-r--r-- | doc/en/Makefile.am | 3 | ||||
-rw-r--r-- | doc/en/audiocd-howto.docbook (renamed from doc/audiocd-howto.docbook) | 0 | ||||
-rw-r--r-- | doc/en/burndialog_audio.png (renamed from doc/burndialog_audio.png) | bin | 19981 -> 19981 bytes | |||
-rw-r--r-- | doc/en/burndialog_progress.png (renamed from doc/burndialog_progress.png) | bin | 22373 -> 22373 bytes | |||
-rw-r--r-- | doc/en/cdcloning_dialog.png (renamed from doc/cdcloning_dialog.png) | bin | 22861 -> 22861 bytes | |||
-rw-r--r-- | doc/en/cdcloning_reading.png (renamed from doc/cdcloning_reading.png) | bin | 15184 -> 15184 bytes | |||
-rw-r--r-- | doc/en/cdcopy-howto.docbook (renamed from doc/cdcopy-howto.docbook) | 0 | ||||
-rw-r--r-- | doc/en/cdcopy_done.png (renamed from doc/cdcopy_done.png) | bin | 22176 -> 22176 bytes | |||
-rw-r--r-- | doc/en/cdcopy_reading.png (renamed from doc/cdcopy_reading.png) | bin | 19404 -> 19404 bytes | |||
-rw-r--r-- | doc/en/cdcopy_settings.png (renamed from doc/cdcopy_settings.png) | bin | 21192 -> 21192 bytes | |||
-rw-r--r-- | doc/en/cdcopy_writing.png (renamed from doc/cdcopy_writing.png) | bin | 22507 -> 22507 bytes | |||
-rw-r--r-- | doc/en/commands.docbook (renamed from doc/commands.docbook) | 0 | ||||
-rw-r--r-- | doc/en/dcop.docbook (renamed from doc/dcop.docbook) | 0 | ||||
-rw-r--r-- | doc/en/index.docbook (renamed from doc/index.docbook) | 0 | ||||
-rw-r--r-- | doc/en/k3bsetup.png (renamed from doc/k3bsetup.png) | bin | 68880 -> 68880 bytes | |||
-rw-r--r-- | doc/en/select_audiofiles.png (renamed from doc/select_audiofiles.png) | bin | 46327 -> 46327 bytes | |||
-rw-r--r-- | doc/en/select_project.png (renamed from doc/select_project.png) | bin | 25469 -> 25469 bytes | |||
-rw-r--r-- | doc/en/tdeioslave/Makefile.am (renamed from doc/tdeioslave/en/Makefile.am) | 0 | ||||
-rw-r--r-- | doc/en/tdeioslave/videodvd/Makefile.am (renamed from doc/tdeioslave/en/videodvd/Makefile.am) | 0 | ||||
-rw-r--r-- | doc/en/tdeioslave/videodvd/index.docbook (renamed from doc/tdeioslave/en/videodvd/index.docbook) | 0 | ||||
-rw-r--r-- | doc/man/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/tdeioslave/CMakeLists.txt | 3 | ||||
-rw-r--r-- | doc/tdeioslave/Makefile.am | 1 | ||||
-rw-r--r-- | doc/tdeioslave/en/CMakeLists.txt | 3 | ||||
-rw-r--r-- | doc/tdeioslave/en/videodvd/CMakeLists.txt | 3 |
28 files changed, 5 insertions, 28 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 93a1a56..b0fe2a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,7 +161,7 @@ add_subdirectory( src ) add_subdirectory( tdefile-plugins ) add_subdirectory( tdeioslaves ) tde_conditional_add_subdirectory( BUILD_K3BSETUP k3bsetup ) -tde_conditional_add_subdirectory( BUILD_DOC doc ) +tde_conditional_add_project_docs( BUILD_DOC ) ##### write configure files ##################### diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index ae3a9d0..0000000 --- a/doc/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer - -add_subdirectory( tdeioslave ) -add_subdirectory( man ) - -##### documentation ############################# -tde_create_handbook( DESTINATION k3b ) - diff --git a/doc/Makefile.am b/doc/Makefile.am index bebd343..81fee21 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1 @@ -KDE_LANG = en -KDE_DOCS = k3b -SUBDIRS = tdeioslave +SUBDIRS = en diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..bebd343 --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = k3b +SUBDIRS = tdeioslave diff --git a/doc/audiocd-howto.docbook b/doc/en/audiocd-howto.docbook index b993db5..b993db5 100644 --- a/doc/audiocd-howto.docbook +++ b/doc/en/audiocd-howto.docbook diff --git a/doc/burndialog_audio.png b/doc/en/burndialog_audio.png Binary files differindex 3517598..3517598 100644 --- a/doc/burndialog_audio.png +++ b/doc/en/burndialog_audio.png diff --git a/doc/burndialog_progress.png b/doc/en/burndialog_progress.png Binary files differindex b38d4b1..b38d4b1 100644 --- a/doc/burndialog_progress.png +++ b/doc/en/burndialog_progress.png diff --git a/doc/cdcloning_dialog.png b/doc/en/cdcloning_dialog.png Binary files differindex 7d0e50c..7d0e50c 100644 --- a/doc/cdcloning_dialog.png +++ b/doc/en/cdcloning_dialog.png diff --git a/doc/cdcloning_reading.png b/doc/en/cdcloning_reading.png Binary files differindex 6d05d8f..6d05d8f 100644 --- a/doc/cdcloning_reading.png +++ b/doc/en/cdcloning_reading.png diff --git a/doc/cdcopy-howto.docbook b/doc/en/cdcopy-howto.docbook index ded1ae0..ded1ae0 100644 --- a/doc/cdcopy-howto.docbook +++ b/doc/en/cdcopy-howto.docbook diff --git a/doc/cdcopy_done.png b/doc/en/cdcopy_done.png Binary files differindex ae13eb4..ae13eb4 100644 --- a/doc/cdcopy_done.png +++ b/doc/en/cdcopy_done.png diff --git a/doc/cdcopy_reading.png b/doc/en/cdcopy_reading.png Binary files differindex c6c1542..c6c1542 100644 --- a/doc/cdcopy_reading.png +++ b/doc/en/cdcopy_reading.png diff --git a/doc/cdcopy_settings.png b/doc/en/cdcopy_settings.png Binary files differindex fe81c8a..fe81c8a 100644 --- a/doc/cdcopy_settings.png +++ b/doc/en/cdcopy_settings.png diff --git a/doc/cdcopy_writing.png b/doc/en/cdcopy_writing.png Binary files differindex 0e57e63..0e57e63 100644 --- a/doc/cdcopy_writing.png +++ b/doc/en/cdcopy_writing.png diff --git a/doc/commands.docbook b/doc/en/commands.docbook index a6f69ae..a6f69ae 100644 --- a/doc/commands.docbook +++ b/doc/en/commands.docbook diff --git a/doc/dcop.docbook b/doc/en/dcop.docbook index 0958946..0958946 100644 --- a/doc/dcop.docbook +++ b/doc/en/dcop.docbook diff --git a/doc/index.docbook b/doc/en/index.docbook index 22d3ab8..22d3ab8 100644 --- a/doc/index.docbook +++ b/doc/en/index.docbook diff --git a/doc/k3bsetup.png b/doc/en/k3bsetup.png Binary files differindex 003db72..003db72 100644 --- a/doc/k3bsetup.png +++ b/doc/en/k3bsetup.png diff --git a/doc/select_audiofiles.png b/doc/en/select_audiofiles.png Binary files differindex be602a9..be602a9 100644 --- a/doc/select_audiofiles.png +++ b/doc/en/select_audiofiles.png diff --git a/doc/select_project.png b/doc/en/select_project.png Binary files differindex 8bd35f8..8bd35f8 100644 --- a/doc/select_project.png +++ b/doc/en/select_project.png diff --git a/doc/tdeioslave/en/Makefile.am b/doc/en/tdeioslave/Makefile.am index 55ab08d..55ab08d 100644 --- a/doc/tdeioslave/en/Makefile.am +++ b/doc/en/tdeioslave/Makefile.am diff --git a/doc/tdeioslave/en/videodvd/Makefile.am b/doc/en/tdeioslave/videodvd/Makefile.am index adf07a4..adf07a4 100644 --- a/doc/tdeioslave/en/videodvd/Makefile.am +++ b/doc/en/tdeioslave/videodvd/Makefile.am diff --git a/doc/tdeioslave/en/videodvd/index.docbook b/doc/en/tdeioslave/videodvd/index.docbook index 1355fde..1355fde 100644 --- a/doc/tdeioslave/en/videodvd/index.docbook +++ b/doc/en/tdeioslave/videodvd/index.docbook diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt deleted file mode 100644 index f07121a..0000000 --- a/doc/man/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -SET(MANFILES k3b.1) - -INSTALL(FILES - ${MANFILES} - DESTINATION share/man/man1) - diff --git a/doc/tdeioslave/CMakeLists.txt b/doc/tdeioslave/CMakeLists.txt deleted file mode 100644 index a39cb92..0000000 --- a/doc/tdeioslave/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer - -add_subdirectory( en ) diff --git a/doc/tdeioslave/Makefile.am b/doc/tdeioslave/Makefile.am deleted file mode 100644 index 81fee21..0000000 --- a/doc/tdeioslave/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = en diff --git a/doc/tdeioslave/en/CMakeLists.txt b/doc/tdeioslave/en/CMakeLists.txt deleted file mode 100644 index 5e29142..0000000 --- a/doc/tdeioslave/en/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer - -add_subdirectory( videodvd ) diff --git a/doc/tdeioslave/en/videodvd/CMakeLists.txt b/doc/tdeioslave/en/videodvd/CMakeLists.txt deleted file mode 100644 index 18127c6..0000000 --- a/doc/tdeioslave/en/videodvd/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer -tde_create_handbook( DESTINATION tdeioslave/videodvd ) - |