Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/papers/OOPSLA17/Makefile

    r23c27039 r5ff188f  
    99
    1010MAKEFLAGS = --no-print-directory --silent #
    11 VPATH = ${Build} ${Figures} evaluation
     11VPATH = ${Figures} evaluation
    1212
    1313## Define the text source files.
     
    3636# Directives #
    3737
    38 .PHONY : all clean                                      # not file names
    39 
    4038all : ${DOCUMENT}
    4139
     
    5149        dvips ${Build}/$< -o $@
    5250
    53 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ../../bibliography/pl.bib
     51${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex ../../bibliography/pl.bib
    5452        # Must have *.aux file containing citations for bibtex
    5553        if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi
Note: See TracChangeset for help on using the changeset viewer.