~gjc/waf/cmd

« back to all changes in this revision

Viewing changes to demos/tex/src/wscript

  • Committer: Gustavo J. A. M. Carneiro
  • Date: 2009-06-10 17:44:32 UTC
  • mfrom: (4657.1.1190)
  • Revision ID: gjc@gnome.org-20090610174432-83a1tmv0rn3b43ax
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        # now create your tex object for compiling the files
12
12
        obj = bld.new_task_gen(
13
13
                features = 'tex',
14
 
                type='latex', # type could be pdflatex
 
14
                type='latex', # default is pdflatex
15
15
                source = 'document.ltx' # mandatory, the source
16
16
        )
17
17