summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-22 19:52:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-22 19:52:47 +0000
commit8f2f272a88956ddffb83bffdf2a903712a6ef9da (patch)
tree68a4ec649f54408326e7d1bb5f2642150c066c78 /perl-install/share/po/Makefile
parent15a685fb206da461238692f094fe77a04f94d598 (diff)
downloaddrakx-backup-do-not-use-8f2f272a88956ddffb83bffdf2a903712a6ef9da.tar
drakx-backup-do-not-use-8f2f272a88956ddffb83bffdf2a903712a6ef9da.tar.gz
drakx-backup-do-not-use-8f2f272a88956ddffb83bffdf2a903712a6ef9da.tar.bz2
drakx-backup-do-not-use-8f2f272a88956ddffb83bffdf2a903712a6ef9da.tar.xz
drakx-backup-do-not-use-8f2f272a88956ddffb83bffdf2a903712a6ef9da.zip
- 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
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile2
1 files changed, 1 insertions, 1 deletions
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; } ||: