diff options
author | Slávek Banko <[email protected]> | 2022-08-27 10:29:31 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-08-27 18:50:36 +0900 |
commit | 332f9433a4bf23af7c7da10507f65e14cb250de2 (patch) | |
tree | 88b4e96647f5589421f916b83fd84c20f64fed4d /doc/man | |
parent | 45ac4b53847743ba21b2b74e30a890a567783b43 (diff) | |
download | k3b-332f9433a4bf23af7c7da10507f65e14cb250de2.tar.gz k3b-332f9433a4bf23af7c7da10507f65e14cb250de2.zip |
Move the documentation to a new directory layout.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
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) - |