Move the documentation from tdeio-locate to tdeioslave/locate.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/4/head
Slávek Banko 2 years ago
parent 98525a5665
commit 1d3e19e0a4
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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 )

@ -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 )

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

@ -15,4 +15,4 @@ Class=:local
URIMode=rawuri
# Our very sophisticated documentation
X-DocPath=tdeio-locate/index.html
X-DocPath=tdeioslave/locate/index.html

@ -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

@ -15,4 +15,4 @@ Class=:local
URIMode=rawuri
# Our very sophisticated documentation
X-DocPath=tdeio-locate/index.html
X-DocPath=tdeioslave/locate/index.html

@ -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();
}

Loading…
Cancel
Save