From 691b2956a846459d2dc0092190c1aedcc6e70571 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 24 Aug 2001 21:48:04 +0000 Subject: auto-generates help.pm from xml doc done by doc team --- perl-install/share/po/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/share/po/Makefile') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 753d3c309..dd65c8ccb 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -12,6 +12,9 @@ LOCALEDIR=$(DATADIR)/locale all: $(MOFILES) +help: /tmp/drakx-help.xml + ./help_xml2pm.pl $^ > ../../help.pm + %.mo: %.po msgfmt -o $@ $< -- cgit v1.2.1