diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 21:35:50 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 21:35:50 +0100 |
commit | 0cbd772a245b420fb84761dd8addbf0f45bb4013 (patch) | |
tree | ec843bc2c449736271b94903ed67fb0e6e06264d /doc/pt_BR/makefile | |
parent | 3e2f480d7ad43f565bf2253fc598c2b80a22560f (diff) | |
parent | 49012e99a80a08925e4ad9911308c1c1b5cb33fb (diff) |
merged -r1901..1911 from lp:~donkult/apt/sid
Diffstat (limited to 'doc/pt_BR/makefile')
-rw-r--r-- | doc/pt_BR/makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/pt_BR/makefile b/doc/pt_BR/makefile index 4c9ea6293..6e485bbf6 100644 --- a/doc/pt_BR/makefile +++ b/doc/pt_BR/makefile @@ -5,6 +5,7 @@ SUBDIR=doc/pt_BR # Bring in the default rules include ../../buildlib/defaults.mak -SOURCE = apt_preferences.pt_BR.5 -INCLUDES = apt.ent.pt_BR -include $(SGML_MANPAGE_H) +# Language Code of this translation +LC=pt_BR + +include $(PO4A_MANPAGE_H) |