repo.or.cz
/
CodeSign.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some improvements to Linux build scripts.
[CodeSign.git]
/
mk-docs.cmd
blob
332353b7b2ab5cc1767b8b41f97f1c4b791eccb5
1
@
echo
off
2
3
if
"
%PANDODC_PATH%
"
==
""
(
4
set
"PANDODC_PATH=c:\Program Files (x86)\Pandoc"
5
)
6
7
echo
on
8
"
%PANDODC_PATH%
\pandoc.exe"
-
o
"%~dp0\README.html"
--
self
-
contained
--
toc
--
toc
-
depth
=
3
--
css etc\style\gh
-
pandoc.min.css
"%~dp0\README.md"
9
@
echo
off
10
11
echo
.
12
pause