repo.or.cz
/
slunkcrypt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
GUI: Small improvement in executable version check.
[slunkcrypt.git]
/
mk-docs.cmd
blob
eeb0cecfa76f09c4307d191ee6d09e816da12cdf
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"
--
standalone
--
embed
-
resources
--
toc
--
toc
-
depth
=
3
--
css etc\style\gh
-
pandoc.min.css
"%~dp0\README.md"
9
@
echo
off
10
11
echo
.
12
pause