diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-04-26 07:09:55 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-04-26 07:09:55 -0700 |
commit | 604dc6eba7233fe0095e91ef90ac37458eeb5e6b (patch) | |
tree | 4a5ac7cdf8251fe99325d912f494754e43e5f1f4 | |
parent | 4cd6c7aa17495671c743b4e4b708d53b1a2be485 (diff) | |
download | aptitude-604dc6eba7233fe0095e91ef90ac37458eeb5e6b.tar.gz |
Add build files for the French documentation.
-rw-r--r-- | doc/SConscript | 1 | ||||
-rw-r--r-- | doc/fr/SConscript | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/SConscript b/doc/SConscript index 64c7ee37..0bbea23e 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -18,5 +18,6 @@ SConscript(dirs = [ 'en', 'es', 'fi', + 'fr', # TODO: everyone else. ]) diff --git a/doc/fr/SConscript b/doc/fr/SConscript new file mode 100644 index 00000000..5e10332e --- /dev/null +++ b/doc/fr/SConscript @@ -0,0 +1,8 @@ +Import('docs_env') + +docs_env.AptitudePo4aDocs( + 'fr', + main_percent_translated = 45, + manpage_percent_translated = 30, + manpage_postprocess = 'fixman', + ) |