KhronosGroup / OpenGL-Refpages

OpenGL and OpenGL ES reference page sources, and generated HTML used as backing store for khronos.org
435 stars 135 forks source link

Add the website build machinery #9

Closed NicolBolas closed 7 years ago

NicolBolas commented 7 years ago

The old SVN repo for these pages had the build tools included. The current GitHub one does not.

oddhack commented 7 years ago

There probably should be a Makefile at the top level which descends into each gl es directory and does a make there. What do you think is missing? There isn't any "website build machinery" because the pages on khronos.org are pulled directly out of a clone of the git repo, although we're only about halfway done setting up redirects from the old sdk/docs/ URLs

oddhack commented 7 years ago

I added a Makefile and updated the toplevel README.adoc with some build information.