mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-05 23:30:20 +00:00
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:
parent
a395909574
commit
ed4cc84782
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user