mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
cosmetic changes in the demos/tex/wscript file
This commit is contained in:
parent
bced7cedb0
commit
07cb27929e
@ -11,8 +11,8 @@ def build(bld):
|
||||
# now create your tex object for compiling the files
|
||||
obj = bld(
|
||||
features = 'tex',
|
||||
type='latex', # default is pdflatex
|
||||
source = 'document.ltx document-glossaries.ltx' # mandatory, the source
|
||||
type = 'latex', # default is pdflatex
|
||||
source = 'document.ltx' # mandatory, the source
|
||||
)
|
||||
|
||||
# optional parameters
|
||||
@ -20,3 +20,7 @@ def build(bld):
|
||||
obj.prompt = 1 # put 0 for the batchmode (conceals the debug output)
|
||||
obj.deps = 'crossreferencing.ltx' # use this to give dependencies directly
|
||||
|
||||
|
||||
# or more simply, for a pdf..
|
||||
bld(features='tex', source='document-glossaries.ltx')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user