summaryrefslogtreecommitdiff
path: root/doc/lang.makefile
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-03-15 11:02:31 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-03-15 11:02:31 +0100
commitb45fb8db8c586fa837a9d1ad0c2247a7e003e51f (patch)
tree2d3e929086b2dc56f40ad6b075bfbb928d7b4d95 /doc/lang.makefile
parentc176c4d0adad246ac0768f9e2b60aa8e4c56fffb (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/lang.makefile')
-rw-r--r--doc/lang.makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lang.makefile b/doc/lang.makefile
new file mode 100644
index 000000000..9fdc6ea70
--- /dev/null
+++ b/doc/lang.makefile
@@ -0,0 +1,11 @@
+# -*- make -*-
+BASE=../..
+SUBDIR=doc/@@LANG@@
+
+# Bring in the default rules
+include ../../buildlib/defaults.mak
+
+# Language Code of this translation
+LC=@@LANG@@
+
+include $(PO4A_MANPAGE_H)