Relocate manual

Move the SourceGen manual to a subdirectory in "docs", so that it can
be accessed directly from the 6502bench web site.  The place where
it's installed in the distribution doesn't change.
This commit is contained in:
Andy McFadden 2021-10-08 08:43:12 -07:00
parent a395909574
commit ed4cc84782
15 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ namespace MakeDist {
SourceFileSpec.NotBins, true, null),
new CopySpec("SourceGen/Examples", "Examples",
SourceFileSpec.All, true, null),
new CopySpec("docs/sgmanual", "RuntimeData/Help",
SourceFileSpec.All, false, null),
};
private static CopySpec[] sTestSpec = {
new CopySpec("SourceGen/SGTestData", "SGTestData",