diff options
author | Slávek Banko <[email protected]> | 2020-05-31 20:18:46 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-31 20:18:46 +0200 |
commit | 4057927e594b2a6d2e851d9a3f2cae2ef04a6a73 (patch) | |
tree | b8865bb270bcd801222a93435e0fb18aeadf6ebb /doc/en | |
parent | 568928e9f0fc4ee544133e52a5881d6307d78529 (diff) | |
download | abakus-4057927e594b2a6d2e851d9a3f2cae2ef04a6a73.tar.gz abakus-4057927e594b2a6d2e851d9a3f2cae2ef04a6a73.zip |
Use common cmake rules for documentation.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/en/SConscript | 12 |
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) |