From 75d5159c0f60cf8d5eebe91ce05754d77c82ee6e Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 20 Aug 2002 18:55:16 +0000 Subject: updated pot files, makefile clean the temp files after creating the pot file --- po/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 7f9d7578..4292f24d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -29,6 +29,7 @@ merge: rpmdrake.pot rpmdrake.pot: $(PL_CFILES) xgettext -F -n --add-comments='-PO' --keyword=_ --language=C -o $@ $(PL_CFILES) + rm $(PL_CFILES) install: for l in $(LANGS); do \ -- cgit v1.2.1