summaryrefslogtreecommitdiff
path: root/www/aria/files/patch-po__Makefile.in.in
blob: acd68915791790be636476e5b7961a4cbf2dea29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- po/Makefile.in.in.orig	Wed Oct 11 03:30:42 2000
+++ po/Makefile.in.in	Wed Feb  4 13:16:58 2004
@@ -86,6 +86,7 @@
 	$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
 	  --add-comments --keyword=_ --keyword=N_ \
 	  --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 )