doc: compile twice the documentation to update the TOC
If you compile once the documentation, the table of contents is empty You have to compile twice to fill the table of contents.
This commit is contained in:
parent
f5d64bbab7
commit
751f0de50e
|
|
@ -55,6 +55,8 @@ pdf: $(EXT_FILES)
|
||||||
$(MAKE) -C images
|
$(MAKE) -C images
|
||||||
$(MAKE) -C graphs
|
$(MAKE) -C graphs
|
||||||
pdflatex $(LATEX_OPTIONS) $(FILE)
|
pdflatex $(LATEX_OPTIONS) $(FILE)
|
||||||
|
# compile twice to update the table of contents
|
||||||
|
pdflatex $(LATEX_OPTIONS) $(FILE)
|
||||||
|
|
||||||
index:
|
index:
|
||||||
makeindex $(FILE)
|
makeindex $(FILE)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue