fixed the build script

This commit is contained in:
Charles N Wyble - admin 2021-03-26 14:57:42 -05:00
parent d7152a8cf2
commit 104e68dcff
3 changed files with 1781 additions and 2 deletions

1772
YourLLC/YourLLC-Contract.md Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -50,11 +50,18 @@ for file in ${boilerplate_files[@]}; do
cat $file >> $MD_OUTPUT_FILE
done
#pandoc \
# --from=markdown \
# --number-sections \
## --toc \
# --output=$1.pdf
pandoc \
< $MD_OUTPUT_FILE \
--from=markdown \
--number-sections \
--toc \
--from=markdown \
--to=pdf \
--output=$PDF_OUTPUT_FILE
# --to=pdf \
}