From 8f2f272a88956ddffb83bffdf2a903712a6ef9da Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 22 Jul 2002 19:52:47 +0000 Subject: - update help.pm based on the xml manual - this fixes entities sticked together with no space in between - this also implies a few bad line-wrapping changes, but it needs to be done to have a clean state (we don't have one since 8.2beta where i updated things by hand) - put help-*.pot in CVS so that the files based on the xml manual can be updated independently from DrakX.pot & .po's --- perl-install/share/po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/share/po/Makefile') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 0913590b6..6487cc3b6 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -50,7 +50,7 @@ install: done clean: - @rm -rf drakx-help.xml .memdump help-*.po{t,} doc empty.po tmp.* messages tmp.pot *.mo $(POFILES:%=%t) $(PMSCFILES) + @rm -rf drakx-help.xml .memdump doc empty.po tmp.* messages tmp.pot *.mo $(POFILES:%=%t) $(PMSCFILES) check: @grep -F '$$' DrakX.pot && { echo "bad translation strings (contains \$$) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"; exit 1; } ||: -- cgit v1.2.1