summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-03 18:10:14 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-03 18:10:14 +0000
commit08ae9a9d371462838d947fdc5a00b0eb11dcee19 (patch)
tree69955c85c13645f59fbe0b7d4445ddefed64b951 /Makefile
parentd7279586c7b469af3bd1901d3b064b020a764c4b (diff)
downloadkde-08ae9a9d371462838d947fdc5a00b0eb11dcee19.tar
kde-08ae9a9d371462838d947fdc5a00b0eb11dcee19.tar.gz
kde-08ae9a9d371462838d947fdc5a00b0eb11dcee19.tar.bz2
kde-08ae9a9d371462838d947fdc5a00b0eb11dcee19.tar.xz
kde-08ae9a9d371462838d947fdc5a00b0eb11dcee19.zip
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r400 | dmorgan | 2011-02-03 18:10:14 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned mageia-kde-translation/ ------------------------------------------------------------------------
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 07a14de..b8eeebc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
combine:
@echo 'Combineing files'
- @rm -fr mandriva-kde-translation
- @mkdir mandriva-kde-translation
+ @rm -fr mageia-kde-translation
+ @mkdir mageia-kde-translation
@for i in po/*.po ; do \
j=`basename $$i`; \
EXTRAFILE='' ; \
- msgcat --use-first $$i $$EXTRAFILE | msgattrib --translated --no-fuzzy --no-obsolete -o mandriva-kde-translation/$$j ; \
+ msgcat --use-first $$i $$EXTRAFILE | msgattrib --translated --no-fuzzy --no-obsolete -o mageia-kde-translation/$$j ; \
done
tarball: combine
- @tar cjvf mandriva-kde-translation-2010.1.tar.bz2 mandriva-kde-translation
- @rm -fr mandriva-kde-translation
+ @tar cjvf mageia-kde-translation-1.tar.bz2 mandriva-kde-translation
+ @rm -fr mageia-kde-translation