summaryrefslogtreecommitdiff
blob: 7a83be20c52f327819bbcc778f10c367be4868ec (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gcal-3.01-orig/po/Makefile.in.in	1999-11-08 01:27:46.000000000 +0100
+++ gcal-3.01/po/Makefile.in.in	2009-02-26 10:53:01.000000000 +0100
@@ -101,7 +101,7 @@
 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
 	$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
 	  --add-comments --keyword=_ --keyword=N_ \
-	  --files-from=$(srcdir)/POTFILES.in \
+	  --files-from=$(srcdir)/POTFILES.in --from-code=ISO-8859-1 \
 	&& test ! -f $(PACKAGE).po \
 	   || ( rm -f $(srcdir)/$(PACKAGE).pot \
 		&& mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )