diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-05-13 11:18:04 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-05-13 11:18:04 +0000 |
| commit | b33ae1af76aeebf2c8a60b8d3f3283a7646c5530 (patch) | |
| tree | f5fe98bb232b74c6f0dd37a9111f02b13b0e99cc /Makefile.am | |
| parent | Add ability to set icons to insensitive. Used to disable "Justify" (diff) | |
| download | inkscape-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.am | 13 |
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 |
