summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-26 20:32:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-26 20:32:41 +0000
commit849e6882738d6f9bc57989fdc9cfbc9171dff58d (patch)
tree89a3c450bbb03ec8994ece7c741ccb4672c83657 /po
parent27f67c451704dedb349e51bd880049b86597d382 (diff)
downloadgdk-pixbuf-849e6882738d6f9bc57989fdc9cfbc9171dff58d.tar.gz
Add pot2bl.sed
Wed Sep 26 15:34:46 2001 Owen Taylor <otaylor@redhat.com> * Makefile.in.in (distclean): Add pot2bl.sed
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog4
-rw-r--r--po/Makefile.in.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index 25d326561..eca807857 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+Wed Sep 26 15:34:46 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Makefile.in.in (distclean): Add pot2bl.sed
+
2001-09-26 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* sk.po: Finished Slovak translation.
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 8350ff742..d8bc42e29 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -195,7 +195,7 @@ mostlyclean:
clean: mostlyclean
distclean: clean
- rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
+ rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m po2tbl.sed
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"