summaryrefslogtreecommitdiffstats
path: root/doc/en
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-05-31 20:18:46 +0200
committerSlávek Banko <[email protected]>2020-06-07 14:44:55 +0200
commitfc6faad222c61a586710387ebe673c49feb7b39c (patch)
treefba3a7a21875866dec4ad39eb7d40fd6856f4705 /doc/en
parentd428cb79108e112a915c594263523e2c708e4a5d (diff)
downloadabakus-fc6faad222c61a586710387ebe673c49feb7b39c.tar.gz
abakus-fc6faad222c61a586710387ebe673c49feb7b39c.zip
Use common cmake rules for documentation.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 4057927e594b2a6d2e851d9a3f2cae2ef04a6a73)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/CMakeLists.txt12
-rw-r--r--doc/en/SConscript12
2 files changed, 0 insertions, 24 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
deleted file mode 100644
index 68a3d33..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( LANG en DESTINATION abakus )
diff --git a/doc/en/SConscript b/doc/en/SConscript
deleted file mode 100644
index ef81fcd..0000000
--- a/doc/en/SConscript
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/python
-
-Import('env')
-
-import glob
-
-sources = glob.glob("*.png")
-
-destination = 'abakus'
-for lang in ['en']:
- for pic in sources:
- env.KDEinstall('KDEDOC', "%s/%s" % (lang, destination), pic)