From d1636b63239ba9ee59d97454ff6fddf6b386fae8 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 10 Jan 2007 20:33:19 +0000 Subject: * Include the pot file in the source tarball. Closes: #405890 --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 2d34c6fe8..a415854a2 100644 --- a/po/Makefile +++ b/po/Makefile @@ -19,7 +19,7 @@ ikiwiki.pot: $(POTFILES) xgettext $(POTFILES) -o ikiwiki.pot -Lperl --add-comments=translators clean: - rm -f ikiwiki.pot $(MOFILES) messages messages.mo + rm -f $(MOFILES) messages messages.mo %.mo: %.po msgfmt -o $@ $< -- cgit v1.2.3