mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
GP-4987: Generating HTML from Markdown
This commit is contained in:
@@ -122,11 +122,13 @@ rootProject.assembleDistribution {
|
||||
include 'GhidraDev*.zip'
|
||||
into "Extensions/Eclipse/GhidraDev/"
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.assembleMarkdownToHtml {
|
||||
from ("${this.projectDir}/README.md") {
|
||||
into "Extensions/Eclipse/GhidraDev/"
|
||||
rename 'README.md', 'GhidraDev_README.md'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// PrepDev dependencies
|
||||
rootProject.prepDev.dependsOn utilityJar
|
||||
|
||||
Reference in New Issue
Block a user