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/es | |
parent | fec6996f966f4d9d3256cd3b09dc098f3a7b5481 (diff) |
fix/simplify buildsystem for the (now) po4a-only manpages
Diffstat (limited to 'doc/es')
-rw-r--r-- | doc/es/makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/es/makefile b/doc/es/makefile index 81a410c5c..0b5b52222 100644 --- a/doc/es/makefile +++ b/doc/es/makefile @@ -5,8 +5,7 @@ SUBDIR=doc/es # Bring in the default rules include ../../buildlib/defaults.mak -# Man pages -SOURCE = apt-cache.es.8 apt-get.es.8 apt-cdrom.es.8 apt.conf.es.5 \ - sources.list.es.5 apt-config.es.8 apt_preferences.es.5 -INCLUDES = apt.ent.es -include $(SGML_MANPAGE_H) +# Language Code of this translation +LC=es + +include $(PO4A_MANPAGE_H) |