Moved README.html to docs.
This commit is contained in:
parent
18fb2c0bdc
commit
3dd301baf2
10 changed files with 22 additions and 15 deletions
|
@ -19,13 +19,13 @@
|
|||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library name="Kobalt: com.beust.kobalt:kobalt:jar:1.0.84">
|
||||
<library name="Kobalt: com.beust.kobalt:kobalt:jar:1.0.87">
|
||||
<CLASSES>
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.84/kobalt/wrapper/kobalt-1.0.84.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.87/kobalt/wrapper/kobalt-1.0.87.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.84/kobalt/wrapper/kobalt-1.0.84-sources.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.87/kobalt/wrapper/kobalt-1.0.87-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
|
|
|
@ -118,14 +118,14 @@ val semver = project {
|
|||
|
||||
exec {
|
||||
taskName = "pandoc"
|
||||
commandLine("pandoc",
|
||||
"--from", "markdown_github",
|
||||
val args = arrayOf("--from", "markdown_github",
|
||||
"--to", "html5",
|
||||
"-s",
|
||||
"-c", "github-pandoc.css",
|
||||
"-o", "README.html",
|
||||
"README.md",
|
||||
os = setOf(Os.LINUX, Os.MINGW, Os.CYGWIN))
|
||||
"-o", "docs/README.html",
|
||||
"README.md")
|
||||
commandLine("pandoc", *args, os = setOf(Os.LINUX, Os.MINGW, Os.CYGWIN))
|
||||
commandLine("cmd", "/c", "pandoc", *args, os = setOf(Os.WINDOWS))
|
||||
}
|
||||
|
||||
versionEye {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue