* Include the pot file in the source tarball. Closes: #405890

master
joey 2007-01-10 20:33:19 +00:00
parent d343748126
commit d1636b6323
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -2,8 +2,9 @@ ikiwiki (1.39) UNRELEASED; urgency=low
* Add a rawhtml plugin that allows copying raw html files from the srcdir.
* Fix --locale to control LC_ALL now.
* Include the pot file in the source tarball. Closes: #405890
-- Joey Hess <joeyh@debian.org> Wed, 10 Jan 2007 15:24:36 -0500
-- Joey Hess <joeyh@debian.org> Wed, 10 Jan 2007 15:32:48 -0500
ikiwiki (1.38) unstable; urgency=low

View File

@ -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 $@ $<