Ignore:
Timestamp:
May 29, 2017, 3:08:17 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
4a368547
Parents:
27dde72
Message:

Updated draft up to 3.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified doc/proposals/concurrency/Makefile

    r27dde72 rff98952  
    6464        build/*.tex     \
    6565        build/*.toc     \
    66                
     66
    6767
    6868# File Dependencies #
     
    8181        @ echo "Citation Pass 1"
    8282        @ -${BibTeX} ${basename $@}                                                                                     # Some citations reference others so run steps again to resolve these citations
    83         @ echo "Citation Pass 2"       
     83        @ echo "Citation Pass 2"
    8484        @ ${LaTeX} ${basename ${notdir $@}}.tex
    8585        @ -${BibTeX} ${basename $@}
    86         @ echo "Glossary"       
     86        @ echo "Glossary"
    8787        makeglossaries -q -s ${basename $@}.ist ${basename $@}                                          # Make index from *.aux entries and input index at end of document
    88         @ echo ".dvi generation"       
     88        @ echo ".dvi generation"
    8989        @ -build/bump_ver.sh
    9090        @ ${LaTeX} ${basename ${notdir $@}}.tex                                                                 # Run again to get index title into table of contents
Note: See TracChangeset for help on using the changeset viewer.