Mercurial > docs > bib-ref1
view handout/makefile @ 70:d5d894baa3ed default tip
pb: Added the latex version for Perspektive Bibliothek
This content was created between 2014-04-12 and 2014-05-12.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 20 Oct 2014 07:43:31 +0200 |
parents | 38cfbe3ed6ab |
children |
line wrap: on
line source
NAME = ref1-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 $(NAME).ps: $(CHAPS) makefile $(BIB) export TROFFONTS=../fonts;\ soelim $(CHAPS) | $(REFER) | \ 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