Ignore:
Timestamp:
Oct 26, 2016, 11:03:01 AM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
77971f6
Parents:
f0121d7 (diff), fe7b281 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into tuples

Conflicts:

src/Parser/parser.cc
src/Parser/parser.yy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/concurrency/Makefile

    rf0121d7 ra1e67dd  
    1212
    1313FIGURES = ${addsuffix .tex, \
     14        monitor \
     15        ext_monitor \
    1416}
    1517
     
    3234
    3335clean :
    34         rm -f *.bbl *.aux *.dvi *.idx *.ilg *.ind *.brf *.out *.log *.toc *.blg *.pstex_t *.cf *.glg *.glo *.gls *.ist \
     36        rm -f *.bbl *.aux *.dvi *.idx *.ilg *.ind *.brf *.out *.log *.toc *.blg *.pstex_t *.cf *.glg *.glo *.gls *.ist *.acn *.acr *.alg \
    3537                ${FIGURES} ${PICTURES} ${PROGRAMS} ${GRAPHS} ${basename ${DOCUMENT}}.ps ${DOCUMENT}
    3638
     
    5860        # Run again to get index title into table of contents
    5961        ${LaTeX} ${basename $@}.tex
     62        -./bump_ver.sh
    6063        ${LaTeX} ${basename $@}.tex
    6164
     
    7679        fig2dev -L pstex_t -p $@ $< > $@_t
    7780
     81
    7882# Local Variables: #
    7983# compile-command: "make" #
Note: See TracChangeset for help on using the changeset viewer.