Skip to content

Distribute glad/README.md, instead of nonexistent README

Kevin Locke requested to merge kevinoid/demos:dist-readme into main

EXTRA_DIST in src/glad/Makefile.am includes README, which doesn't exist. Distribute README.md instead to fix the make dist error:

make[6]: *** No rule to make target 'README', needed by 'distdir-am'.  Stop.
...
make: *** [Makefile:648: dist] Error 2

Thanks for considering,
Kevin

Merge request reports