summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-02-20 21:06:07 +0000
committerishmal <ishmal@users.sourceforge.net>2007-02-20 21:06:07 +0000
commit33eb73ce15941eb2162f4c213c19b46726766c5a (patch)
treef84b2671de7feb6a4cfca7baead4770bf76bedeb /po
parentImprove null check (diff)
downloadinkscape-33eb73ce15941eb2162f4c213c19b46726766c5a.tar.gz
inkscape-33eb73ce15941eb2162f4c213c19b46726766c5a.zip
remove old *.mingw files
(bzr r2408)
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.mingw24
1 files changed, 0 insertions, 24 deletions
diff --git a/po/Makefile.mingw b/po/Makefile.mingw
deleted file mode 100644
index a57d0e3ca..000000000
--- a/po/Makefile.mingw
+++ /dev/null
@@ -1,24 +0,0 @@
-include ../Makefile.mingw.common
-
-INKLANG = am az be bg ca cs da de dz el en_GB en_CA en_US@piglatin es es_MX et \
-fi fr ga gl hr hu it ja ko lt mk mn nb ne nl nn pa pl pt pt_BR ru rw sk sl sq \
-sr sr@Latn sv th tr uk vi zh_CN zh_TW
-
-LOBJ := $(foreach a, $(INKLANG),$(a).mo )
-
-all: $(LOBJ)
-
-clean:
- $(RM) *.mo
-
-%.mo: %.po
- $(MSGFMT) -o $@ $<
-
-
-dist: $(LOBJ)
- $(foreach a, $(INKLANG), $(shell $(MKDIR) ..$(S)inkscape$(S)locale$(S)$(a)))
- $(foreach a, $(INKLANG), $(shell $(MKDIR) ..$(S)inkscape$(S)locale$(S)$(a)$(S)LC_MESSAGES))
- -$(foreach a, $(INKLANG), $(shell $(CP) $(a).mo ..$(S)inkscape$(S)locale$(S)$(a)$(S)LC_MESSAGES$(S)inkscape.mo))
-
-
-