From 3559bfef81cb60e79fc608e6d2b8b696f584237b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 23 Feb 2005 16:43:25 +0000 Subject: Don't fail for missing .pom files --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index f283fe00..df151362 100644 --- a/po/Makefile +++ b/po/Makefile @@ -19,7 +19,7 @@ LOCALEDIR=$(DATADIR)/locale all: $(MOFILES) %.mo: %.po - if [ -z "`echo $(IGNOREPOMS) | grep $<`" ]; then cat $< "$<"m >> "$<"f; else cp $< "$<"f; fi + -if [ -z "`echo $(IGNOREPOMS) | grep $<`" ]; then cat $< "$<"m >> "$<"f; else cp $< "$<"f; fi ./clean_po.pl "$<"f > "$<"g msgfmt -o $@ "$<"g -- cgit v1.2.1