Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/papers/general/Makefile

    r23c27039 r5ff188f  
    99
    1010MAKEFLAGS = --no-print-directory --silent #
    11 VPATH = ${Build} ${Figures} evaluation
     11VPATH = ${Figures} evaluation
    1212
    1313## Define the text source files.
     
    5151        dvips ${Build}/$< -o $@
    5252
    53 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
     53${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex \
    5454                ${Macros}/common.tex ${Macros}/indexstyle ../../bibliography/pl.bib
    5555        # Must have *.aux file containing citations for bibtex
Note: See TracChangeset for help on using the changeset viewer.