[Chapel Merge] Remove (dyno-based) chpldoc sources from `chpl`'s

Branch: refs/heads/main
Revision: 3034ab7
Author: bradcray
Link: Unavailable
Log Message:

Merge pull request #20684 from bradcray/no-chpldoc-sources-in-chpl-tags-ebrowse

Remove (dyno-based) chpldoc sources from chpl's tags/ebrowse output

[reviewed by @mppf and @lydia-duncan]

The ALL_SRCS Makefile variable is used to determine which sources
should have tags and/or ebrowse information generated for them.
Traditionally, the chpldoc sources and the chpl sources have been
one and the same, but with the recent dyno-based rewrite of chpldoc,
this is no longer the case. For that reason, it doesn't really make sense
to include its sources in the tags/ebrowse output for chpl since it's a
distinct binary / code base. As a result, this PR removes its sources from
the ALL_SRCS variables. If/when we want tags/ebrowse information for
chpldoc itself, we can do that as a distinct tags/ebrowse artifact (captured
in https://github.com/Cray/chapel-private/issues/3808).

This PR addresses one part of https://github.com/Cray/chapel-private/issues/3784.

Modified Files:
M compiler/dyno/tools/chpldoc/Makefile.include

Compare: https://github.com/chapel-lang/chapel/compare/fe615ba5d7bf...3034ab7500e0