summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-08-27 14:52:00 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-08-27 15:21:15 +0200
commit1d3e19e0a4fabc9c12ff0662b0447fa1e4b67e58 (patch)
tree7466e91732b773207437c781847b7d73286bd398
parent98525a56652eb6912b9d718defbbc83a84fc3beb (diff)
downloadtdeio-locate-1d3e19e0a4fabc9c12ff0662b0447fa1e4b67e58.tar.gz
tdeio-locate-1d3e19e0a4fabc9c12ff0662b0447fa1e4b67e58.zip
Move the documentation from tdeio-locate to tdeioslave/locate.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/en/CMakeLists.txt12
-rw-r--r--doc/en/tdeioslave/locate/index.docbook (renamed from doc/en/index.docbook)0
-rw-r--r--doc/en/tdeioslave/locate/screenshot.png (renamed from doc/en/screenshot.png)bin22602 -> 22602 bytes
-rw-r--r--src/locate.protocol2
-rw-r--r--src/locater.protocol2
-rw-r--r--src/rlocate.protocol2
-rw-r--r--src/tdeio_locate.cpp2
8 files changed, 5 insertions, 17 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 59a34a5..cda5b2e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,7 +72,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### source directories ########################
add_subdirectory( src )
-tde_conditional_add_subdirectory( BUILD_DOC doc )
+tde_conditional_add_project_docs( BUILD_DOC )
tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
deleted file mode 100644
index df19cbd..0000000
--- a/doc/en/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################
-#
-# (C) 2011 Timothy Pearson
-# kb9vqf (AT) pearsoncomputing.net
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-tde_create_handbook( DESTINATION tdeio-locate )
diff --git a/doc/en/index.docbook b/doc/en/tdeioslave/locate/index.docbook
index 723a557..723a557 100644
--- a/doc/en/index.docbook
+++ b/doc/en/tdeioslave/locate/index.docbook
diff --git a/doc/en/screenshot.png b/doc/en/tdeioslave/locate/screenshot.png
index 330565c..330565c 100644
--- a/doc/en/screenshot.png
+++ b/doc/en/tdeioslave/locate/screenshot.png
Binary files differ
diff --git a/src/locate.protocol b/src/locate.protocol
index c9d6057..179561d 100644
--- a/src/locate.protocol
+++ b/src/locate.protocol
@@ -15,4 +15,4 @@ Class=:local
URIMode=rawuri
# Our very sophisticated documentation
-X-DocPath=tdeio-locate/index.html
+X-DocPath=tdeioslave/locate/index.html
diff --git a/src/locater.protocol b/src/locater.protocol
index e7f8bf2..cac299c 100644
--- a/src/locater.protocol
+++ b/src/locater.protocol
@@ -12,4 +12,4 @@ Description=TDE I/O Slave for the locate command
Class=:local
# Our very sophisticated documentation
-X-DocPath=tdeio-locate/index.html
+X-DocPath=tdeioslave/locate/index.html
diff --git a/src/rlocate.protocol b/src/rlocate.protocol
index aefcc5d..4b4802b 100644
--- a/src/rlocate.protocol
+++ b/src/rlocate.protocol
@@ -15,4 +15,4 @@ Class=:local
URIMode=rawuri
# Our very sophisticated documentation
-X-DocPath=tdeio-locate/index.html
+X-DocPath=tdeioslave/locate/index.html
diff --git a/src/tdeio_locate.cpp b/src/tdeio_locate.cpp
index 6f40170..09f2395 100644
--- a/src/tdeio_locate.cpp
+++ b/src/tdeio_locate.cpp
@@ -836,7 +836,7 @@ bool LocateProtocol::isHelpRequest()
void LocateProtocol::helpRequest()
{
// Redirect the user to our help documents.
- redirection("help:/tdeio-locate/");
+ redirection("help:/tdeioslave/locate/");
finished();
}