diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-04-25 21:24:49 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-04-25 21:24:49 -0700 |
commit | 725d6ed96976c5835b757c4c7f51ecb7c018fe5d (patch) | |
tree | e700f885ab0c1228e3178eaf033e5507a0a457a2 /doc | |
parent | 27a76628014a4a144e63fa1842434a93ff3f3dd7 (diff) | |
download | aptitude-725d6ed96976c5835b757c4c7f51ecb7c018fe5d.tar.gz |
Add build files for the Spanish docs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SConscript | 1 | ||||
-rw-r--r-- | doc/es/SConscript | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/SConscript b/doc/SConscript index 07627b68..003780fb 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -16,5 +16,6 @@ SConscript(dirs = [ 'cs', 'de', 'en', + 'es', # TODO: everyone else. ]) diff --git a/doc/es/SConscript b/doc/es/SConscript new file mode 100644 index 00000000..ceae2e2a --- /dev/null +++ b/doc/es/SConscript @@ -0,0 +1,7 @@ +Import('docs_env') + +docs_env.AptitudePo4aDocs( + 'es', + main_percent_translated = 0, + manpage_percent_translated = 0, + ) |