Bundle developerGuide with NVDA again (#18467)
Fixes #18459
Summary of the issue:
The developer guide is not being published on the NV Access server
Description of user facing changes:
The developer guide is published on the NV Access server
Description of developer facing changes:
None
Description of development approach:
- Include the developer guide in the NVDA dist bundle
- Include in the documentation folder
- Only include if the developer guide has been built with `scons
developerGuide`. This is because the dist can be built without the
developer guide
- When published to the server, the documentation folder is copied from
the NVDA dist
Testing strategy:
Created dist and launchers and confirmed developer guide is in there
Known issues with pull request:
None