Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/Makefile

    r5ff188f r23c27039  
    99
    1010MAKEFLAGS = --no-print-directory --silent #
    11 VPATH = ${Figures}
     11VPATH = ${Build} ${Figures}
    1212
    1313## Define the text source files.
     
    5656        dvips ${Build}/$< -o $@
    5757
    58 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex \
     58${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
    5959                ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib
    6060        # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run.
Note: See TracChangeset for help on using the changeset viewer.