aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-20 18:23:13 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-20 18:23:13 +0100
commit09f87316057b80d609c6f809e0d5a8e7fbf0b3d1 (patch)
tree05dc424a8c369858018a38368b8f230ae66a1d1a /Makefile
parente9cc838488b09ab3c96a97f402b7fa45f64dd708 (diff)
avoid error when no file is there
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78662e5..d9ed6f0 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,10 @@
# along with dudle. If not, see <http://www.gnu.org/licenses/>. #
############################################################################
+default: locale/de/dudle.mo
+
locale/dudle.pot: *.rb *.cgi
- rm locale/dudle.pot
+ rm -f locale/dudle.pot
rgettext *.cgi *.rb -o locale/dudle.pot
%.mo: %.po