docs/bib-ref2

view handout/makefile @ 61:0f2510fa7d98

Some more minor cleanups in the text. Already done on 2014-11-05 and thus part of the PB publication.
author markus schnalke <meillo@marmaro.de>
date Fri, 21 Nov 2014 08:50:55 +0100
parents
children
line source
1 NAME = ref2-handout
2 CHAPS = ../style handout.roff
3 BIB = bib
4 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress
5 REFER = refer -n -p $(BIB) -e -P -sLAD -a # -l,2 -k
7 all: $(NAME).ps pdf
9 $(NAME).ps: $(CHAPS) makefile $(BIB)
10 export TROFFONTS=../fonts;\
11 soelim $(CHAPS) | $(REFER) | tbl | pic | \
12 troff -Tps -ms 2>err.ig | dpost >$@
14 pdf: $(NAME).pdf
15 $(NAME).pdf: $(NAME).ps
16 ps2pdf $(PDFFLAGS) $(NAME).ps 2>/dev/null
18 clean:
19 rm -f $(NAME).ps $(NAME).pdf book.ps book.pdf
20 rm -rf refs
21 rm -f *.ig