summaryrefslogtreecommitdiff
path: root/doc/fr
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/fr
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/fr')
-rw-r--r--doc/fr/SConscript8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/fr/SConscript b/doc/fr/SConscript
deleted file mode 100644
index 5e10332e..00000000
--- a/doc/fr/SConscript
+++ /dev/null
@@ -1,8 +0,0 @@
-Import('docs_env')
-
-docs_env.AptitudePo4aDocs(
- 'fr',
- main_percent_translated = 45,
- manpage_percent_translated = 30,
- manpage_postprocess = 'fixman',
- )