diff options
Diffstat (limited to 'messages/Makefile.in')
-rw-r--r-- | messages/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in index 2bbec3f4..07e457d6 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -48,8 +48,8 @@ MSGFMT= @PYTHON@ ../build/bin/msgfmt.py MSGMERGE= msgmerge # CVS available languages -LANGUAGES= ar ast ca cs da de el es et eu fi fr gl he hr hu ia it ja ko \ - lt nl no pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN zh_TW +LANGUAGES= ar ast ca cs da de el es et eu fa fi fr gl he hr hu ia it ja \ + ko lt nl no pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN zh_TW LANGDIRS= $(LANGUAGES:%=messages/%/LC_MESSAGES) # Human readable po file POFILES= $(LANGUAGES:%=%/LC_MESSAGES/mailman.po) @@ -138,7 +138,7 @@ docstring.files: potfile: marked.files docstring.files @echo "Running pygettext on $@; this make take a while." - (cd ..; $(PROG) -p messages -d mailman -D -X messages/marked.files `cat messages/marked.files messages/docstring.files`) + (cd ..; $(PROG) -k C_ -p messages -d mailman -D -X messages/marked.files `cat messages/marked.files messages/docstring.files`) # Update the individual mailman.po files with the new changes to the # .pot file |