[docs] include README.md into docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Summary
|
# Summary
|
||||||
|
|
||||||
- [Introduction](./gokill.md)
|
- [gokill](./README.md)
|
||||||
@GOKILL_OPTIONS@
|
@GOKILL_OPTIONS@
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ let
|
|||||||
prepareMD = ''
|
prepareMD = ''
|
||||||
# Copy inputs into the build directory
|
# Copy inputs into the build directory
|
||||||
cp -r --no-preserve=all $inputs/* ./
|
cp -r --no-preserve=all $inputs/* ./
|
||||||
|
cp ${../README.md} ./README.md
|
||||||
|
|
||||||
${docbuilder}/bin/docbuilder --output ./
|
${docbuilder}/bin/docbuilder --output ./
|
||||||
substituteInPlace ./SUMMARY.md \
|
substituteInPlace ./SUMMARY.md \
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
# Introduction
|
|
||||||
Reference in New Issue
Block a user