Changeset fb16d5c for doc/user/Makefile
- Timestamp:
- May 3, 2018, 12:15:55 PM (7 years ago)
- 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, with_gc
- Children:
- 7ca8441c
- Parents:
- b68fc85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/Makefile
rb68fc85 rfb16d5c 38 38 39 39 DOCUMENT = user.pdf 40 BASE = ${basename ${DOCUMENT}} 40 41 41 42 # Directives # … … 46 47 47 48 clean : 48 @rm -frv ${DOCUMENT} ${ basename ${DOCUMENT}}.ps ${Build}49 @rm -frv ${DOCUMENT} ${BASE}.ps ${Build} 49 50 50 51 # File Dependencies # 51 52 52 ${DOCUMENT} : ${ basename ${DOCUMENT}}.ps53 ${DOCUMENT} : ${BASE}.ps 53 54 ps2pdf $< 54 55 55 ${ basename ${DOCUMENT}}.ps : ${basename ${DOCUMENT}}.dvi56 ${BASE}.ps : ${BASE}.dvi 56 57 dvips ${Build}/$< -o $@ 57 58 58 ${ basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \59 ${BASE}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ 59 60 ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib 60 61 # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run. … … 78 79 mkdir -p ${Build} 79 80 80 %.tex : %.fig 81 %.tex : %.fig ${Build} 81 82 fig2dev -L eepic $< > ${Build}/$@ 82 83 83 %.ps : %.fig 84 %.ps : %.fig ${Build} 84 85 fig2dev -L ps $< > ${Build}/$@ 85 86 86 %.pstex : %.fig 87 %.pstex : %.fig ${Build} 87 88 fig2dev -L pstex $< > ${Build}/$@ 88 89 fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note: See TracChangeset
for help on using the changeset viewer.