From 2227a85e690aad52566d6c9e2659603a99f7e531 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 5 Oct 2018 18:04:46 +0200 Subject: tx: improve makepot --- makepot | 1 + 1 file changed, 1 insertion(+) (limited to 'makepot') diff --git a/makepot b/makepot index e3d58b8..858e522 100755 --- a/makepot +++ b/makepot @@ -6,4 +6,5 @@ PACKAGE=mate-user-guide; make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . # translations for the quide itself +rm -f $PACKAGE/$PACKAGE.pot && make -C $PACKAGE $PACKAGE.pot -- cgit v1.2.1