diff options
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 $@ $< |