From fd196367a11a8d2c20fa5207a39331a7a83b3ef6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 9 Oct 2004 20:57:29 +0000 Subject: [PATCH] Remove, had been left here by mistake. 2004-10-09 Tor Lillqvist * makefile.mingw: Remove, had been left here by mistake. --- po-properties/ChangeLog | 4 ++++ po-properties/makefile.mingw | 39 ------------------------------------ po/ChangeLog | 4 ++++ po/makefile.mingw | 39 ------------------------------------ 4 files changed, 8 insertions(+), 78 deletions(-) delete mode 100644 po-properties/makefile.mingw delete mode 100644 po/makefile.mingw diff --git a/po-properties/ChangeLog b/po-properties/ChangeLog index 36926952ed..e19cad81a0 100644 --- a/po-properties/ChangeLog +++ b/po-properties/ChangeLog @@ -1,3 +1,7 @@ +2004-10-09 Tor Lillqvist + + * makefile.mingw: Remove, had been left here by mistake. + 2004-10-03 David Lodge * en_GB.po: Updated British English translation. diff --git a/po-properties/makefile.mingw b/po-properties/makefile.mingw deleted file mode 100644 index e40ad35ff7..0000000000 --- a/po-properties/makefile.mingw +++ /dev/null @@ -1,39 +0,0 @@ -## Makefile for compiling message catalogs on Win32 with cygwin -## -## Use: make -f makefile.mingw install -## -## To convert the clear-text message catalogs to binary form (.gmo) -## files you will need msgfmt, from GNU gettext. - -# This file is possibly included from other po directories, too. They -# should define their own PACKAGE and possibly INSTALLSUBDIR and -# LOCALEDIR macros - -ifndef PACKAGE -PACKAGE = gtk20 -endif - -ifndef LOCALEDIR -# This is what I use as installation target, from where the installer-builder -# will pick it up. The end-user installation location will be asked by -# an installer. -LOCALEDIR = /target/lib/locale -endif - -LANGUAGES = $(subst .po,,$(wildcard *.po)) - -################################################################ - -all : $(addsuffix .gmo,$(LANGUAGES)) - -install : all - mkdir -p $(addsuffix /LC_MESSAGES,$(addprefix $(LOCALEDIR)/,$(LANGUAGES))) - for l in $(LANGUAGES); do cp $$l.gmo $(LOCALEDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; done - -.SUFFIXES: .po .gmo - -.po.gmo: - msgfmt -o $@ $< - -clean: - -rm *.gmo diff --git a/po/ChangeLog b/po/ChangeLog index 8df3e2a232..554db08ab9 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2004-10-09 Tor Lillqvist + + * makefile.mingw: Remove, had been left here by mistake. + 2004-10-09 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. diff --git a/po/makefile.mingw b/po/makefile.mingw deleted file mode 100644 index e40ad35ff7..0000000000 --- a/po/makefile.mingw +++ /dev/null @@ -1,39 +0,0 @@ -## Makefile for compiling message catalogs on Win32 with cygwin -## -## Use: make -f makefile.mingw install -## -## To convert the clear-text message catalogs to binary form (.gmo) -## files you will need msgfmt, from GNU gettext. - -# This file is possibly included from other po directories, too. They -# should define their own PACKAGE and possibly INSTALLSUBDIR and -# LOCALEDIR macros - -ifndef PACKAGE -PACKAGE = gtk20 -endif - -ifndef LOCALEDIR -# This is what I use as installation target, from where the installer-builder -# will pick it up. The end-user installation location will be asked by -# an installer. -LOCALEDIR = /target/lib/locale -endif - -LANGUAGES = $(subst .po,,$(wildcard *.po)) - -################################################################ - -all : $(addsuffix .gmo,$(LANGUAGES)) - -install : all - mkdir -p $(addsuffix /LC_MESSAGES,$(addprefix $(LOCALEDIR)/,$(LANGUAGES))) - for l in $(LANGUAGES); do cp $$l.gmo $(LOCALEDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; done - -.SUFFIXES: .po .gmo - -.po.gmo: - msgfmt -o $@ $< - -clean: - -rm *.gmo