From: Eugene Gagarin Date: Tue, 24 Feb 2009 08:01:45 +0000 (+0300) Subject: cleaned build-stamp target in debian/rules X-Git-Tag: releases/0.1.0~35 X-Git-Url: http://git.maemo.org/git/?p=findit;a=commitdiff_plain;h=14c902c72346604f68ed8e7f336231fe04541dfa cleaned build-stamp target in debian/rules --- diff --git a/debian/rules b/debian/rules index 9d69f4f..6e435f5 100755 --- a/debian/rules +++ b/debian/rules @@ -9,13 +9,9 @@ build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - mkdir $(CURDIR)/ru - mkdir $(CURDIR)/ru/LC_MESSAGES - touch $(CURDIR)/ru/LC_MESSAGES/findit.mo + mkdir -p $(CURDIR)/ru/LC_MESSAGES msgfmt ru.po -o $(CURDIR)/ru/LC_MESSAGES/findit.mo python setup.py build - #docbook-to-man debian/findit.sgml > findit.1 - touch $@ clean: