[Chapel Merge] Build dyno-chpldoc with Makefiles only

Branch: refs/heads/main
Revision: 07dd98f
Author: mppf
Link: Build dyno-chpldoc with Makefiles only by mppf · Pull Request #20604 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20604 from mppf/build-chpldoc-makefiles

Build dyno-chpldoc with Makefiles only

This PR adjusts chpldoc (which is now the dyno-chpldoc) to build entirely with make instead of using cmake. This is a temporary measure for this release. In the future it would be good to use cmake for this and other tasks and that is possible now that cmake is a dependency. However, building chpldoc only with make will simplify the transition to dyno-chpldoc.

Reviewed by @arezaii - thanks!