Skip to content

Commit

Permalink
po4a-update, added missing master file format
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofbikes committed Nov 5, 2010
1 parent a4d1090 commit 116eb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion po4gitmagic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ translate: $(TXTFILES)
update:
( for FILE in $(FILES) ; \
do if [ -f $(ORGDIR)/$$FILE.txt ]; \
then po4a-updatepo -f text -m $(ORGDIR)/$$FILE.txt -p $(POTDIR)/$$FILE.po; echo $$FILE; \
then po4a-updatepo -f text -m $(ORGDIR)/$$FILE.txt -M UTF-8 -p $(POTDIR)/$$FILE.po; echo $$FILE; \
fi; \
done )

Expand Down

0 comments on commit 116eb84

Please sign in to comment.