summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-05-21 10:20:57 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-05-21 10:20:57 +0000
commita23d7899aedc3814b0a8691ed9246516831f7cab (patch)
treef0d2978ac2c60c3ac6a00f5fc0948f7bacdec606
parentSubtract letter_spacing from width at end of line so center (diff)
downloadinkscape-a23d7899aedc3814b0a8691ed9246516831f7cab.tar.gz
inkscape-a23d7899aedc3814b0a8691ed9246516831f7cab.zip
Restoring check-markup script in #.PHONY: warn_markup
(bzr r9437)
-rw-r--r--Makefile.am11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index be2e1cf7b..e0cdc4290 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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