diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-02 10:26:52 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-02 10:26:52 +0100 |
commit | 93517da394859666e4af08f518dfb95c4ac271dd (patch) | |
tree | 3ec4f3345e6fe30168d37958ec473e782e1b3922 /doc/pt_BR/makefile | |
parent | fec6996f966f4d9d3256cd3b09dc098f3a7b5481 (diff) |
fix/simplify buildsystem for the (now) po4a-only manpages
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) |