Move the tdelirc manuals to the directory level in which they are installed.

The manual for the tdelirc control center module is moved to KControl.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b243598f2e)
pull/40/head
Slávek Banko 3 years ago
parent 2c39500f35
commit e44ffa51cf
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -9,4 +9,4 @@
#
#################################################
tde_auto_add_subdirectories( )
tde_create_handbook( DESTINATION kcontrol/kcmlirc )

@ -0,0 +1,3 @@
KDE_LANG = en
KDE_DOCS = kcontrol/kcmlirc

@ -38,6 +38,7 @@ Infrared Remote Control functionality.</para></abstract>
<keywordset>
<keyword>TDE</keyword>
<keyword>KControl</keyword>
<keyword>irkick</keyword>
<keyword>tdelirc</keyword>
<keyword>kcmlirc</keyword>

@ -1,5 +0,0 @@
KDE_LANG = en
KDE_DOCS = AUTO
SUBDIRS = $(AUTODIRS)

@ -1,13 +0,0 @@
#################################################
#
# (C) 2012 Golubev Alexander
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
tde_create_handbook( DESTINATION kcmlirc )

@ -1,4 +0,0 @@
KDE_LANG = en
KDE_DOCS = AUTO

@ -530,9 +530,9 @@ TQString KCMLirc::handbookDocPath() const
{
int index = theKCMLircBase->tabWidget2->currentPageIndex();
if (index == 0)
return "kcmlirc/usage.html";
return "kcontrol/kcmlirc/usage.html";
else if (index == 1)
return "kcmlirc/extensions.html";
return "kcontrol/kcmlirc/extensions.html";
else
return TQString::null;
}

@ -11,6 +11,6 @@ Terminal=false
Type=Application
X-TDE-FactoryName=kcmlirc
X-TDE-Library=kcmlirc
X-TDE-ModuleType=Library
X-DocPath=kcmlirc/index.html
X-TDE-ParentApp=kcontrol
X-DocPath=kcontrol/kcmlirc/index.html
Categories=Qt;TDE;X-TDE-settings-peripherals;

Loading…
Cancel
Save