diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-17 20:33:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-17 20:33:25 +0000 |
commit | 02b5f29515f1164497816d55184824d1426b0c63 (patch) | |
tree | a329ab70d62f0c1b4278d9f574374cf436eef285 /perl-install | |
parent | 2eab2765506690b09ff7fa8ffe9b357dd7301f0f (diff) | |
download | drakx-02b5f29515f1164497816d55184824d1426b0c63.tar drakx-02b5f29515f1164497816d55184824d1426b0c63.tar.gz drakx-02b5f29515f1164497816d55184824d1426b0c63.tar.bz2 drakx-02b5f29515f1164497816d55184824d1426b0c63.tar.xz drakx-02b5f29515f1164497816d55184824d1426b0c63.zip |
(clean): remove .memdump
Diffstat (limited to 'perl-install')
-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 881d94f71..97bc531d7 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -44,7 +44,7 @@ install: done clean: - rm -rf drakx-help.xml help-*.po{t,} doc empty.po tmp.* messages tmp.pot *.mo $(POFILES:%=%t) $(PMSCFILES) + rm -rf drakx-help.xml .memdump help-*.po{t,} doc empty.po tmp.* messages tmp.pot *.mo $(POFILES:%=%t) $(PMSCFILES) check: @grep -F '$$' DrakX.pot && { echo "bad translation strings (contains \$$) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"; exit 1; } ||: |