summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fb94b4f..1bfdc77 100644
--- a/Makefile
+++ b/Makefile
@@ -111,3 +111,11 @@ clean:
distclean:
reinstall: uninstall install
+
+po4a:
+ # Automatic generation of translated manpages
+ set -e; if [ $$(which po4a) ]; then \
+ cd manpages/ ; po4a po4a/live-helper.cfg; \
+ else \
+ echo "Please install po4a (http://po4a.alioth.debian.org/)."; \
+ fi;