From bd2ad7db31cc6bdf0ab30d658f9bbca57ece3ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 5 Jan 2019 13:52:00 +0100 Subject: Update build rules for documentation: + Removed French documentation because it contains nothing. + Modified automake rules for documentation in subdirectories. + Added cmake rule for installing documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/en/CMakeLists.txt | 1 + doc/en/Makefile.am | 2 ++ doc/en/index.docbook | 8 ++------ 3 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 doc/en/CMakeLists.txt create mode 100644 doc/en/Makefile.am (limited to 'doc/en') diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..ba3ef3e --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..20beda9 --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,2 @@ +KDE_DOCS = knights +KDE_LANG = en diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 6bc3be7..99b75a3 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -15,18 +15,14 @@ Troy Corbin Jr. -
- tcorbin@users.sf.net -
+
tcorbin@users.sf.net
Troy Corbin Jr. -
- tcorbin@users.sf.net -
+
tcorbin@users.sf.net
Developer
-- cgit v1.2.1