]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Include the pot file in the source tarball. Closes: #405890
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 10 Jan 2007 20:33:19 +0000 (20:33 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 10 Jan 2007 20:33:19 +0000 (20:33 +0000)
debian/changelog
po/Makefile

index 74bd84225c8c9be1db16ea76c50d71d10208d5a2..369608315cc83ddd3001191cbe4f54969d977d89 100644 (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.
 
   * 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
 
 
 ikiwiki (1.38) unstable; urgency=low
 
index 2d34c6fe8f65155976b594a33a45abced9084340..a415854a2afabf1c1eefe5eca6e3ec6169c82a49 100644 (file)
@@ -19,7 +19,7 @@ ikiwiki.pot: $(POTFILES)
        xgettext $(POTFILES) -o ikiwiki.pot -Lperl --add-comments=translators
 
 clean:
        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 $@ $<
 
 %.mo: %.po
        msgfmt -o $@ $<