Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Artikulate
Commits
35095a9a
Commit
35095a9a
authored
Aug 10, 2014
by
Andreas Cord-Landwehr
Browse files
Port docbook.
parent
1aa0f8ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
35095a9a
...
...
@@ -27,6 +27,7 @@ project(artikulate)
cmake_minimum_required
(
VERSION 2.8.12
)
find_package
(
ECM 1.0.0 REQUIRED NO_MODULE
)
find_package
(
KF5DocTools
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
)
include
(
KDEInstallDirs
)
...
...
@@ -57,7 +58,7 @@ find_package(KF5 CONFIG REQUIRED COMPONENTS
# subdirectories to build
ecm_optional_add_subdirectory
(
data
)
ecm_optional_add_subdirectory
(
schemes
)
#
ecm_optional_add_subdirectory(doc)
//FIXME
ecm_optional_add_subdirectory
(
doc
)
ecm_optional_add_subdirectory
(
src
)
ecm_optional_add_subdirectory
(
sounds
)
ecm_optional_add_subdirectory
(
images
)
...
...
doc/CMakeLists.txt
View file @
35095a9a
kde4_create_handbook
(
index.docbook INSTALL_DESTINATION
${
HTML_INSTALL_DIR
}
/en SUBDIR artikulate
)
###
# Copyright 2013-2014 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
###
kdoctools_create_handbook
(
index.docbook INSTALL_DESTINATION
${
HTML_INSTALL_DIR
}
/en SUBDIR artikulate
)
doc/index.docbook
View file @
35095a9a
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kde
x
.dtd" [
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kde
dbx45
.dtd" [
<!ENTITY artikulate "Artikulate">
<!ENTITY kappname "&artikulate;">
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment