diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-29 17:55:28 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-29 17:55:28 +0100 |
commit | c755c38a8342177f1375a9dab3957fc48cedbb2b (patch) | |
tree | cd00b5f8c7010f8a7120d9b2cabb058cad12e4fa /doc/de/makefile | |
parent | 5f4331c4d265aa83229e3e58edd49e54731fb646 (diff) | |
parent | 9e38dd7cd0b6a12da0345c6489852c98d35b363c (diff) |
merge the german translations from lp:~mvo/apt/debian-sid
* remerge the de-manpage in as it has some Ümläüte problems
* fixing the buildprocess for de by adding some boilerplate addendums
* correcting some syntaxbreaking typos and rebuild all manpage langs
Diffstat (limited to 'doc/de/makefile')
-rw-r--r-- | doc/de/makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/de/makefile b/doc/de/makefile new file mode 100644 index 000000000..a827a0f24 --- /dev/null +++ b/doc/de/makefile @@ -0,0 +1,11 @@ +# -*- make -*- +BASE=../.. +SUBDIR=doc/de + +# Bring in the default rules +include ../../buildlib/defaults.mak + +# Language Code of this translation +LC=de + +include $(PO4A_MANPAGE_H) |