Changeset 3fd3bda for doc/papers/general/Makefile
- Timestamp:
 - Mar 13, 2018, 8:59:49 AM (8 years ago)
 - 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, with_gc
 - Children:
 - 753f13c9
 - Parents:
 - be03945
 - File:
 - 
      
- 1 edited
 
- 
          
  doc/papers/general/Makefile (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
doc/papers/general/Makefile
rbe03945 r3fd3bda 51 51 52 52 ${BASE}.ps : ${BASE}.dvi 53 dvips -o $@ ${Build}/$<53 dvips ${Build}/$< -o $@ 54 54 55 55 ${BASE}.dvi : Makefile ${Build} ${BASE}.out.ps WileyNJD-AMA.bst ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ … … 70 70 71 71 ${BASE}.out.ps: 72 ln - s build/Paper.out.ps .72 ln -fs build/Paper.out.ps . 73 73 74 74 WileyNJD-AMA.bst: 75 ln - s AMA/AMA-stix/ama/WileyNJD-AMA.bst .75 ln -fs AMA/AMA-stix/ama/WileyNJD-AMA.bst . 76 76 77 77 ${GRAPHS} : timing.gp timing.dat  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.