diff options
author | Daniel Burrows <dburrows@debian.org> | 2011-04-02 11:10:01 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2011-04-02 11:10:01 -0700 |
commit | 9343b6214a41e831a501ef7ce7b6981859445baa (patch) | |
tree | 2ac87048f274a8e7da2a93fd8fa2e8136ce165b7 /doc/de | |
parent | de851905685f3b874fee0978587e406e83c697a0 (diff) | |
download | aptitude-9343b6214a41e831a501ef7ce7b6981859445baa.tar.gz |
Nuke the scons build scripts.
These never worked out as well as I intended, and all indications
were that they would be a maintenance burden...or just bitrot.
Fully parallel builds are nice, but my builds are pretty quick on
my 8-core box even with the artificial chokepoints that automake
induces.
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/SConscript | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/de/SConscript b/doc/de/SConscript deleted file mode 100644 index 371ffddf..00000000 --- a/doc/de/SConscript +++ /dev/null @@ -1,7 +0,0 @@ -Import('docs_env') - -docs_env.AptitudePo4aDocs( - 'de', - main_percent_translated = 0, - manpage_percent_translated = 0 - ) |