From 45bc246fbb58dca5f64dbb83bebb3dd636a55bfd Mon Sep 17 00:00:00 2001 From: Frederic Daniel Luc Lehobey Date: Thu, 7 Aug 2008 23:15:53 +0200 Subject: Added po4a support for manpages. Use case: 'make po4a'. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fb94b4fe2..1bfdc776f 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; -- cgit v1.2.3