diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-03-15 11:02:31 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-03-15 11:02:31 +0100 |
commit | b45fb8db8c586fa837a9d1ad0c2247a7e003e51f (patch) | |
tree | 2d3e929086b2dc56f40ad6b075bfbb928d7b4d95 /doc/es/makefile | |
parent | c176c4d0adad246ac0768f9e2b60aa8e4c56fffb (diff) |
* doc/makefile, doc/*:
- generate subdirectories for building the manpages in on the fly
depending on the po files we have.
Diffstat (limited to 'doc/es/makefile')
-rw-r--r-- | doc/es/makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/es/makefile b/doc/es/makefile deleted file mode 100644 index 0b5b52222..000000000 --- a/doc/es/makefile +++ /dev/null @@ -1,11 +0,0 @@ -# -*- make -*- -BASE=../.. -SUBDIR=doc/es - -# Bring in the default rules -include ../../buildlib/defaults.mak - -# Language Code of this translation -LC=es - -include $(PO4A_MANPAGE_H) |