Ignore:
Timestamp:
Mar 5, 2020, 3:51:40 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
289c7d2
Parents:
04e6f93
Message:

New draft of my compII

File:
1 edited

Legend:

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

    r04e6f93 ra037f85  
    1818
    1919FIGURES = ${addsuffix .tex, \
     20        base \
     21        empty \
     22        emptybit \
     23        emptytree \
     24        resize \
    2025}
    2126
     
    7075        mkdir -p ${Build}
    7176
    72 %.tex : %.fig ${Build}
     77%.tex : img/%.fig ${Build}
    7378        fig2dev -L eepic $< > ${Build}/$@
    7479
    75 %.ps : %.fig | ${Build}
     80%.ps : img/%.fig | ${Build}
    7681        fig2dev -L ps $< > ${Build}/$@
    7782
    78 %.pstex : %.fig | ${Build}
     83%.pstex : img/%.fig | ${Build}
    7984        fig2dev -L pstex $< > ${Build}/$@
    8085        fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note: See TracChangeset for help on using the changeset viewer.