Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/Makefile

    r32a4f3e rebde95a  
    5050        figures/nasus_Channel_Contention \
    5151        figures/pyke_Channel_Contention \
    52         figures/pyke_Future \
    53         figures/nasus_Future \
    54         figures/pyke_Contend_2 \
    55         figures/pyke_Contend_4 \
    56         figures/pyke_Contend_8 \
    57         figures/pyke_Spin_2 \
    58         figures/pyke_Spin_4 \
    59         figures/pyke_Spin_8 \
    60         figures/nasus_Contend_2 \
    61         figures/nasus_Contend_4 \
    62         figures/nasus_Contend_8 \
    63         figures/nasus_Spin_2 \
    64         figures/nasus_Spin_4 \
    65         figures/nasus_Spin_8 \
    6652}
    6753
     
    11298
    11399${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${DATA} \
    114                 glossary.tex style/style.tex ${Macros}/common.tex ${Macros}/indexstyle local.bib ../../bibliography/pl.bib | ${Build}
     100                glossary.tex style/style.tex ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle local.bib ../../bibliography/pl.bib | ${Build}
    115101        # Must have *.aux file containing citations for bibtex
    116102        if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi
     
    126112## Define the default recipes.
    127113
    128 ${Build}:
     114${Build} :
    129115        mkdir -p ${Build}
    130116
Note: See TracChangeset for help on using the changeset viewer.