diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 18:28:51 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 18:28:51 -0400 |
commit | 6793d0e2f5adbc2da0ebfca1b5730e67d09e87f6 (patch) | |
tree | b03d710f7513b822e26e7ae55131a71e7117239a /po/Makefile | |
parent | 43e895ec78a00a53aca31a5b38c18e8ef4ab6842 (diff) | |
download | ikiwiki-6793d0e2f5adbc2da0ebfca1b5730e67d09e87f6.tar ikiwiki-6793d0e2f5adbc2da0ebfca1b5730e67d09e87f6.tar.gz |
update
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 d094733b1..dfb018c81 100644 --- a/po/Makefile +++ b/po/Makefile @@ -37,7 +37,7 @@ ikiwiki.pot: $(POTFILES) clean: rm -f $(MOFILES) messages messages.mo *_stamp - rm -rf html underlays/.ikiwiki ../underlays/locale + rm -rf html underlays/.ikiwiki $(TRANSLATED_UNDERLAYS) find underlays -name \*.mdwn -or -name \*.pot | xargs rm -f %.mo: %.po |