summaryrefslogtreecommitdiff
path: root/doc/cs
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2011-04-02 11:10:01 -0700
committerDaniel Burrows <dburrows@debian.org>2011-04-02 11:10:01 -0700
commit9343b6214a41e831a501ef7ce7b6981859445baa (patch)
tree2ac87048f274a8e7da2a93fd8fa2e8136ce165b7 /doc/cs
parentde851905685f3b874fee0978587e406e83c697a0 (diff)
downloadaptitude-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/cs')
-rw-r--r--doc/cs/SConscript10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/cs/SConscript b/doc/cs/SConscript
deleted file mode 100644
index f45811e7..00000000
--- a/doc/cs/SConscript
+++ /dev/null
@@ -1,10 +0,0 @@
-Import('docs_env')
-docs_env.Dist(
- 'Makefile.am',
- 'SConscript',
- )
-
-docs_env.AptitudeStandaloneDocs(
- 'cs',
- manpage = None,
- )