Ignore:
Timestamp:
May 11, 2020, 1:53:29 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
504a7dc
Parents:
b7d6a36 (diff), a7b486b (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 relaxed_ready

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/comp_II/Makefile

    rb7d6a36 r6a490b2  
    22
    33Build = build
    4 Figures = figures
     4Figures = img
    55Macros = ../../../LaTeXmacros
    66TeXLIB = .:${Macros}:${Build}:../../../bibliography:
     
    1818
    1919FIGURES = ${addsuffix .tex, \
     20        base \
     21        empty \
     22        emptybit \
     23        emptytree \
     24        emptytls \
     25        resize \
     26        system \
    2027}
    2128
     
    7077        mkdir -p ${Build}
    7178
    72 %.tex : %.fig ${Build}
     79%.tex : img/%.fig ${Build}
    7380        fig2dev -L eepic $< > ${Build}/$@
    7481
    75 %.ps : %.fig | ${Build}
     82%.ps : img/%.fig | ${Build}
    7683        fig2dev -L ps $< > ${Build}/$@
    7784
    78 %.pstex : %.fig | ${Build}
     85%.pstex : img/%.fig | ${Build}
    7986        fig2dev -L pstex $< > ${Build}/$@
    8087        fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note: See TracChangeset for help on using the changeset viewer.