aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-10 20:33:19 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-10 20:33:19 +0000
commitd1636b63239ba9ee59d97454ff6fddf6b386fae8 (patch)
tree5521b29994a81190083b31ddbac88a77b1e453a5
parentd343748126ba933cb565cd218d83d98c7b9ccaff (diff)
downloadikiwiki-d1636b63239ba9ee59d97454ff6fddf6b386fae8.tar
ikiwiki-d1636b63239ba9ee59d97454ff6fddf6b386fae8.tar.gz
* Include the pot file in the source tarball. Closes: #405890
-rw-r--r--debian/changelog3
-rw-r--r--po/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 74bd84225..369608315 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
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 $@ $<