summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-05-13 11:18:04 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-05-13 11:18:04 +0000
commitb33ae1af76aeebf2c8a60b8d3f3283a7646c5530 (patch)
treef5fe98bb232b74c6f0dd37a9111f02b13b0e99cc /Makefile.am
parentAdd ability to set icons to insensitive. Used to disable "Justify" (diff)
downloadinkscape-b33ae1af76aeebf2c8a60b8d3f3283a7646c5530.tar.gz
inkscape-b33ae1af76aeebf2c8a60b8d3f3283a7646c5530.zip
i18n, extensions. Fix untranslatable XML elements when the value contains entities (Bug #570740).
Fixed bugs: - https://launchpad.net/bugs/570740 (bzr r9409)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ee8aa85c..be2e1cf7b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -237,12 +237,13 @@ install-data-local: inkscape.fr.1
$(mkinstalldirs) $(DESTDIR)$(mandir)/fr/man1
$(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
+#.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.
.PHONY: check_markup
check_DATA = check_markup