diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-21 22:49:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-21 22:49:50 -0400 |
commit | e910acfbc91a6132b82bf4f33b19574d61da3169 (patch) | |
tree | 06a13ff899328bb866c1dcefe0b518fbcb05aa8c /po/Makefile | |
parent | 888f4203f5a228005a15b70f962b7e7f16de9ad3 (diff) | |
download | ikiwiki-e910acfbc91a6132b82bf4f33b19574d61da3169.tar ikiwiki-e910acfbc91a6132b82bf4f33b19574d61da3169.tar.gz |
i10n auto.setup
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 013cdf268..084d011f0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,6 +1,6 @@ # List here all source files with translatable strings. POTFILES=$(sort $(shell find ../IkiWiki -type f -name \*.pm)) \ - ../ikiwiki.in ../IkiWiki.pm + ../ikiwiki.in ../IkiWiki.pm ../auto.setup POFILES=$(wildcard *.po) MOFILES=$(POFILES:.po=.mo) |