diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 22:20:07 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 22:20:07 +0100 |
commit | 43be0ac4b37f3a82ae4a16e473c3d8e44637ce1b (patch) | |
tree | 7c0e75b291d132b6f1577fc2267f8ea0a60df459 /doc/de/makefile | |
parent | 9307ef07498d37c0b5e05b036195abaf7ad0105c (diff) | |
parent | a0895a74fe95997a5d75e5b54c95afb9594554f6 (diff) |
merged from the mvo branch (and contains all non-abi break changes from donkult)
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) |