diff options
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) |
