diff options
| author | Daniel Burrows <dburrows@debian.org> | 2010-04-25 17:53:21 -0700 |
|---|---|---|
| committer | Daniel Burrows <dburrows@debian.org> | 2010-04-25 17:53:21 -0700 |
| commit | 8118478858c01a6258a5fc0464fa953f89c04375 (patch) | |
| tree | 8f8cb28df862aaaea1384359eb222ddb87f685f9 /doc | |
| parent | f1b2d1f808e5f86fa4581d0f89b4591d0948146b (diff) | |
| download | aptitude-8118478858c01a6258a5fc0464fa953f89c04375.tar.gz | |
Add a build file for the German documentation.
Fails to build and I don't quite see why. SCons claims it knows how
to build build/doc/de/aptitude.xml and succeeds when invoked by hand,
but then complains it can't find it to generate another file (rather
than building it).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/SConscript | 1 | ||||
| -rw-r--r-- | doc/de/SConscript | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/SConscript b/doc/SConscript index a45522c0..1a75863a 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -14,5 +14,6 @@ docs_env.Dist([ SConscript(dirs = [ 'cs', + 'de', # TODO: everyone else. ]) diff --git a/doc/de/SConscript b/doc/de/SConscript new file mode 100644 index 00000000..371ffddf --- /dev/null +++ b/doc/de/SConscript @@ -0,0 +1,7 @@ +Import('docs_env') + +docs_env.AptitudePo4aDocs( + 'de', + main_percent_translated = 0, + manpage_percent_translated = 0 + ) |
