diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-24 21:48:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-24 21:48:04 +0000 |
commit | 691b2956a846459d2dc0092190c1aedcc6e70571 (patch) | |
tree | bba5af39adfdeb9861e6eefe845b4f74363ee5cd /perl-install/share/po/Makefile | |
parent | 0bb65731173df75447649d2c1067476584d41eb6 (diff) | |
download | drakx-691b2956a846459d2dc0092190c1aedcc6e70571.tar drakx-691b2956a846459d2dc0092190c1aedcc6e70571.tar.gz drakx-691b2956a846459d2dc0092190c1aedcc6e70571.tar.bz2 drakx-691b2956a846459d2dc0092190c1aedcc6e70571.tar.xz drakx-691b2956a846459d2dc0092190c1aedcc6e70571.zip |
auto-generates help.pm from xml doc done by doc team
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 $@ $< |