diff --git a/plug-ins/python/Makefile.am b/plug-ins/python/Makefile.am index 6cf20bb1e5..c067a10520 100644 --- a/plug-ins/python/Makefile.am +++ b/plug-ins/python/Makefile.am @@ -3,6 +3,9 @@ SUBDIRS = \ python-console +colorxhtmldir = $(gimpplugindir)/plug-ins/colorxhtml +colorxhtml_SCRIPTS = colorxhtml.py + file_openrasterdir = $(gimpplugindir)/plug-ins/file-openraster file_openraster_SCRIPTS = file-openraster.py @@ -25,7 +28,6 @@ spyro_plusdir = $(gimpplugindir)/plug-ins/spyro-plus spyro_plus_SCRIPTS = spyro-plus.py # TODO: to be ported: -## colorxhtml.py ## histogram-export.py ## palette-sort.py ## python-eval.py @@ -39,6 +41,7 @@ if GIMP_UNSTABLE endif EXTRA_DIST = \ + colorxhtml.py \ file-openraster.py \ foggify.py \ gradients-save-as-css.py \ diff --git a/plug-ins/python/meson.build b/plug-ins/python/meson.build index d3d391df36..80809cd56a 100644 --- a/plug-ins/python/meson.build +++ b/plug-ins/python/meson.build @@ -1,6 +1,7 @@ if have_python plugins = [ + { 'name': 'colorxhtml' }, { 'name': 'file-openraster' }, { 'name': 'foggify' }, { 'name': 'gradients-save-as-css' }, @@ -9,7 +10,6 @@ plugins = [ { 'name': 'py-slice' }, { 'name': 'spyro-plus' }, - # { 'name': 'colorxhtml' }, # { 'name': 'histogram-export' }, # { 'name': 'palette-sort' }, # { 'name': 'python-eval' },