diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-22 19:52:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-22 19:52:47 +0000 |
commit | 8f2f272a88956ddffb83bffdf2a903712a6ef9da (patch) | |
tree | 68a4ec649f54408326e7d1bb5f2642150c066c78 /perl-install/share/po/Makefile | |
parent | 15a685fb206da461238692f094fe77a04f94d598 (diff) | |
download | drakx-8f2f272a88956ddffb83bffdf2a903712a6ef9da.tar drakx-8f2f272a88956ddffb83bffdf2a903712a6ef9da.tar.gz drakx-8f2f272a88956ddffb83bffdf2a903712a6ef9da.tar.bz2 drakx-8f2f272a88956ddffb83bffdf2a903712a6ef9da.tar.xz drakx-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/Makefile | 2 |
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; } ||: |