chore: fix codec-specs Makefile

We need to run latex twice to get the page numbers, figures numbers
and summary right.
This commit is contained in:
Stéphane Lesimple
2021-06-26 11:57:48 +02:00
parent 8710519821
commit af178e89bc
2 changed files with 22 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
.PHONY : all codecs clean
.PHONY : all clean
all: codecs
all: codecs.pdf
clean:
@rm -f *~ *.aux *.log *.bak *.out *.toc *.dvi *.ps
@@ -8,7 +8,9 @@ clean:
archclean: clean
@rm -f *.pdf
codecs:
# run latex twice to get the proper number of pages, fig numbers and index table
codecs.pdf: *.tex *.fig *.eps
latex codecs
latex codecs
dvips codecs.dvi
ps2pdf codecs.ps