summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2df8942)
raw | patch | inline | side by side (parent: 2df8942)
author | JazzyNico <nicoduf@yahoo.fr> | |
Fri, 21 May 2010 10:20:57 +0000 (12:20 +0200) | ||
committer | JazzyNico <nicoduf@yahoo.fr> | |
Fri, 21 May 2010 10:20:57 +0000 (12:20 +0200) |
Makefile.am | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index be2e1cf7b6b5f6c47a0990c50da532ad04ca3b72..e0cdc42909df14bbf818b7ff2bc98ca1b78fa14f 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
$(INSTALL_DATA) `if [ -f inkscape.fr.1 ]; then :; else echo $(srcdir)/;fi`inkscape.fr.1 $(DESTDIR)$(mandir)/fr/man1/inkscape.1
#.PHONY: warn_markup
-#noinst_DATA = warn_markup
-#warn_markup:
-# @if perl $(srcdir)/po/check-markup $(srcdir)/po/*.po; [ $$? = 1 ]; then \
-# echo "WARNING: Bad markup found in translations. Please consider fixing the above problems." >&2; \
-# fi
-# Removed to avoid false warnings.
+noinst_DATA = warn_markup
+warn_markup:
+ @if perl $(srcdir)/po/check-markup $(srcdir)/po/*.po; [ $$? = 1 ]; then \
+ echo "WARNING: Bad markup found in translations. Please consider fixing the above problems." >&2; \
+ fi
.PHONY: check_markup
check_DATA = check_markup