Ignore:
Timestamp:
Feb 1, 2018, 10:03:35 AM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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, resolv-new, with_gc
Children:
295e5071
Parents:
281806b
Message:

further harmonize document Makefile and documents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/papers/OOPSLA17/Makefile

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