@eht16 commented on this pull request.
> @@ -0,0 +1,10 @@ +include $(top_srcdir)/build/vars.docs.mk + +plugin = devhelp + +dist_plugindata_DATA = \ + devhelp-plugin.svg \ + devhelp-plugin-48.png \ + geany-devhelp-plugin.png \
The file is still not referenced here or am I missing something?
dist_plugindata_DATA
ensures that files listed here will be included in releases and get installed properly. If you do not add the image filename here, it won't be installed.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.