mirror of https://github.com/CGAL/cgal
make doc was still buggy.
This commit is contained in:
parent
bcc7d3ea37
commit
7423f45f44
|
|
@ -8,7 +8,7 @@ lib:
|
|||
|
||||
# compile the doc_tex in a .dvi file.
|
||||
doc:
|
||||
TEXINPUTS="`pwd`/demo:`pwd`/doc_tex/support/Qt_widget:`pwd`/doc_tex/support/Qt_widget_ref:$$TEXINPUTS"; \
|
||||
TEXINPUTS="`pwd`/demo:..:$$TEXINPUTS"; \
|
||||
cd doc_tex/support/Qt_widget; \
|
||||
latex wrapper.tex; \
|
||||
cd ../Qt_widget_ref; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue