From bd0c3d54c058d5c6bbe09dfabf6513594800e921 Mon Sep 17 00:00:00 2001 From: Edgar Velazquez-Armendariz Date: Sat, 23 Mar 2013 00:48:56 -0400 Subject: [PATCH] Added extra pdflatex commands to generate documentation from scratch --- doc/gendoc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/gendoc.py b/doc/gendoc.py index a47122e3..af79f56a 100755 --- a/doc/gendoc.py +++ b/doc/gendoc.py @@ -83,6 +83,8 @@ with open('plugins_generated.tex', 'w') as f: process_src(f, 'films') process_src(f, 'rfilters') +os.system('pdflatex main.tex') os.system('bibtex main.aux') os.system('pdflatex main.tex') +os.system('pdflatex main.tex') #os.system('pdflatex main.tex | grep -i warning | grep -v "Package \(typearea\|hyperref\)"')