diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 17:24:40 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 17:24:40 +0100 |
commit | be2033f9563d148c1ebf1b70c46a1aba6501c031 (patch) | |
tree | 68a23ef2feabc4160c43337f72975818f1c65f27 /doc/it/makefile | |
parent | 96a3069f85aa8ac2dc532bcdd62742faf05e45d4 (diff) | |
parent | 5632b305b24161e18a809b4bb33a19ec8ea3d497 (diff) |
merged -r1875..1886 from lp:~donkult/apt/sid
Diffstat (limited to 'doc/it/makefile')
-rw-r--r-- | doc/it/makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/it/makefile b/doc/it/makefile new file mode 100644 index 000000000..2179ec15f --- /dev/null +++ b/doc/it/makefile @@ -0,0 +1,11 @@ +# -*- make -*- +BASE=../.. +SUBDIR=doc/it + +# Bring in the default rules +include ../../buildlib/defaults.mak + +# Language Code of this translation +LC=it + +include $(PO4A_MANPAGE_H) |