Ignore:
Timestamp:
May 18, 2021, 9:05:33 AM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
63f42a8
Parents:
c2794b2
Message:

comment on Mubeen's thesis writing-points

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mubeen_zulfiqar_MMath/Makefile

    rc2794b2 rd286e94d  
    1515
    1616.PHONY: all clean
     17.PRECIOUS: %.dvi %.ps # do not delete intermediate files
    1718
    1819### Commands:
    1920LATEX = TEXINPUTS=${TEXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${BUILD}
    2021BIBTEX = BIBINPUTS=${BIBLIB} bibtex
    21 #GLOSSARY=INDEXSTYLE=${BUILD} makeglossaries-lite
     22#GLOSSARY = INDEXSTYLE=${BUILD} makeglossaries-lite
    2223
    2324### Rules and Recipes:
     
    2526all: ${DOC}
    2627
    27 ${BUILD}/%.dvi: ${TEXSRC} ${FIGSRC:.fig=.tex} ${BIBSRC} Makefile | ${BUILD}
     28${BUILD}/%.dvi: ${TEXSRC} ${FIGSRC:%.fig=%.tex} ${BIBSRC} Makefile | ${BUILD}
    2829        ${LATEX} ${BASE}
    2930        ${BIBTEX} ${BUILD}/${BASE}
Note: See TracChangeset for help on using the changeset viewer.