po-python: deactivate pot generation on VPATH builds.
Also remove temporarily the non-ported Python plug-ins from POTFILES to fix distcheck.
This commit is contained in:
parent
732852a471
commit
404ab1da46
2 changed files with 21 additions and 12 deletions
|
|
@ -97,6 +97,10 @@ all-yes: $(CATALOGS)
|
|||
all-no:
|
||||
|
||||
$(GETTEXT_PACKAGE).pot: $(POTFILES)
|
||||
@if test "x$(INTLTOOL_UPDATE)" = "x/bin/true"; then \
|
||||
echo "Warning: pot generation deactivated on VPATH builds."; \
|
||||
echo " See commit c96006919."; \
|
||||
fi
|
||||
$(GENPOT)
|
||||
|
||||
install: install-data
|
||||
|
|
@ -180,6 +184,11 @@ dist distdir: $(DISTFILES)
|
|||
done
|
||||
|
||||
update-po: Makefile
|
||||
@if test "x$(INTLTOOL_UPDATE)" = "x/bin/true"; then \
|
||||
echo "Error: po generation deactivated on VPATH builds."; \
|
||||
echo " See commit c96006919."; \
|
||||
false; \
|
||||
fi
|
||||
$(MAKE) $(GETTEXT_PACKAGE).pot
|
||||
tmpdir=`pwd`; \
|
||||
linguas="$(USE_LINGUAS)"; \
|
||||
|
|
|
|||
|
|
@ -3,18 +3,18 @@
|
|||
|
||||
[encoding: UTF-8]
|
||||
|
||||
plug-ins/pygimp/gimpfu.py
|
||||
plug-ins/pygimp/gimpui.py
|
||||
#plug-ins/pygimp/gimpfu.py
|
||||
#plug-ins/pygimp/gimpui.py
|
||||
|
||||
plug-ins/pygimp/plug-ins/colorxhtml.py
|
||||
plug-ins/pygimp/plug-ins/gradients-save-as-css.py
|
||||
plug-ins/pygimp/plug-ins/histogram-export.py
|
||||
plug-ins/pygimp/plug-ins/foggify.py
|
||||
plug-ins/pygimp/plug-ins/palette-offset.py
|
||||
plug-ins/pygimp/plug-ins/palette-sort.py
|
||||
plug-ins/pygimp/plug-ins/py-slice.py
|
||||
plug-ins/pygimp/plug-ins/python-console.py
|
||||
plug-ins/pygimp/plug-ins/shadow_bevel.py
|
||||
plug-ins/pygimp/plug-ins/spyro_plus.py
|
||||
#plug-ins/pygimp/plug-ins/colorxhtml.py
|
||||
#plug-ins/pygimp/plug-ins/gradients-save-as-css.py
|
||||
#plug-ins/pygimp/plug-ins/histogram-export.py
|
||||
#plug-ins/pygimp/plug-ins/foggify.py
|
||||
#plug-ins/pygimp/plug-ins/palette-offset.py
|
||||
#plug-ins/pygimp/plug-ins/palette-sort.py
|
||||
#plug-ins/pygimp/plug-ins/py-slice.py
|
||||
#plug-ins/pygimp/plug-ins/python-console.py
|
||||
#plug-ins/pygimp/plug-ins/shadow_bevel.py
|
||||
#plug-ins/pygimp/plug-ins/spyro_plus.py
|
||||
|
||||
plug-ins/python/palette-to-gradient.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue