Skip to content

Commit

Permalink
doc: fix main latex file name
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed May 3, 2020
1 parent 6d0f2aa commit 34ca82a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ set +e
$dcmd btdi/latex:latest bash -c "
cd _build/latex
#make
pdflatex -interaction=nonstopmode GHDL.tex;
makeindex -s python.ist GHDL.idx;
pdflatex -interaction=nonstopmode GHDL.tex;
pdflatex -interaction=nonstopmode GHDLcosim.tex;
makeindex -s python.ist GHDLcosim.idx;
pdflatex -interaction=nonstopmode GHDLcosim.tex;
"

set -e

0 comments on commit 34ca82a

Please sign in to comment.