Skip to content
Snippets Groups Projects
Commit 774a39a2 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

github.css location corrected.

parent cc37e8c9
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ for v in $VERS; do ...@@ -54,7 +54,7 @@ for v in $VERS; do
done done
echo "" echo ""
pandoc -f markdown -t html -s -S -f markdown --toc -H docbook/users-guide/css/github.css --mathjax \ pandoc -f markdown -t html -s -S -f markdown --toc -H documentation/users-guide/css/github.css --mathjax \
$OUTDIR/v${v}/index.md -o $OUTDIR/v${v}/index.html $OUTDIR/v${v}/index.md -o $OUTDIR/v${v}/index.html
echo "Generated $OUTDIR/v${v}/index.html" echo "Generated $OUTDIR/v${v}/index.html"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment