Mercurial > docs > bib-ref2
view handout/makefile @ 61:0f2510fa7d98 default tip
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 | 5f55fcc2ee69 |
children |
line wrap: on
line source
NAME = ref2-handout CHAPS = ../style handout.roff BIB = bib PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress REFER = refer -n -p $(BIB) -e -P -sLAD -a # -l,2 -k all: $(NAME).ps pdf $(NAME).ps: $(CHAPS) makefile $(BIB) export TROFFONTS=../fonts;\ soelim $(CHAPS) | $(REFER) | tbl | pic | \ troff -Tps -ms 2>err.ig | dpost >$@ pdf: $(NAME).pdf $(NAME).pdf: $(NAME).ps ps2pdf $(PDFFLAGS) $(NAME).ps 2>/dev/null clean: rm -f $(NAME).ps $(NAME).pdf book.ps book.pdf rm -rf refs rm -f *.ig