Tools: tex: note on target bypass

This commit is contained in:
Jérôme Carretero 2013-09-14 00:34:13 -04:00
parent 8a9b3825a2
commit 57f6a272e2
1 changed files with 9 additions and 2 deletions

View File

@ -22,9 +22,16 @@ Example::
prompt = 1, # 0 for the batch mode
)
To configure with a special program use::
Notes:
- To configure with a special program, use::
$ PDFLATEX=luatex waf configure
- This tool doesn't use the target attribute of the task generator
(``bld(target=...)``); the target file name is built from the source
base name and the out type(s)
$ PDFLATEX=luatex waf configure
"""
import os, re