Code

Restoring check-markup script in #.PHONY: warn_markup
authorJazzyNico <nicoduf@yahoo.fr>
Fri, 21 May 2010 10:20:57 +0000 (12:20 +0200)
committerJazzyNico <nicoduf@yahoo.fr>
Fri, 21 May 2010 10:20:57 +0000 (12:20 +0200)
Makefile.am

index be2e1cf7b6b5f6c47a0990c50da532ad04ca3b72..e0cdc42909df14bbf818b7ff2bc98ca1b78fa14f 100644 (file)
@@ -238,12 +238,11 @@ install-data-local: inkscape.fr.1
        $(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