Changeset 1cdfa82 for doc/papers/general/Makefile
- Timestamp:
- Apr 25, 2018, 4:55:53 PM (8 years ago)
- Branches:
- new-env, with_gc
- Children:
- 42107b4
- Parents:
- 2efe4b8 (diff), 9d5fb67 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
doc/papers/general/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/general/Makefile
r2efe4b8 r1cdfa82 3 3 Build = build 4 4 Figures = figures 5 Macros = AMA/AMA-stix/ama5 Macros = ../AMA/AMA-stix/ama 6 6 TeXLIB = .:${Macros}:${Build}:../../bibliography: 7 7 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${Build} … … 51 51 52 52 ${BASE}.ps : ${BASE}.dvi 53 dvips -o $@ ${Build}/$<53 dvips ${Build}/$< -o $@ 54 54 55 55 ${BASE}.dvi : Makefile ${Build} ${BASE}.out.ps WileyNJD-AMA.bst ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ … … 70 70 71 71 ${BASE}.out.ps: 72 ln - s build/Paper.out.ps .72 ln -fs build/Paper.out.ps . 73 73 74 74 WileyNJD-AMA.bst: 75 ln - sAMA/AMA-stix/ama/WileyNJD-AMA.bst .75 ln -fs ../AMA/AMA-stix/ama/WileyNJD-AMA.bst . 76 76 77 77 ${GRAPHS} : timing.gp timing.dat
Note:
See TracChangeset
for help on using the changeset viewer.