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/en | |
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/en')
-rw-r--r-- | doc/en/SConscript | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/en/SConscript b/doc/en/SConscript deleted file mode 100644 index 710bfb81..00000000 --- a/doc/en/SConscript +++ /dev/null @@ -1,10 +0,0 @@ -Import('docs_env') - -docs_env.Dist( - 'Makefile.am', - 'SConscript', - ) - -docs_env.AptitudeStandaloneDocs( - 'en', - ) |