Mercurial > docs > bib-ref1
comparison makefile @ 34:3bdf6c05a35e
bib: Autorennamen umkehren
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 24 Nov 2013 21:22:56 +0100 |
parents | aa84fb364794 |
children | 12418a862d83 |
comparison
equal
deleted
inserted
replaced
33:ab346dc0f3db | 34:3bdf6c05a35e |
---|---|
1 NAME = ref1 | 1 NAME = ref1 |
2 CHAPS = style front.roff toc.roff text.roff refs.roff decl.roff | 2 CHAPS = style front.roff toc.roff text.roff refs.roff decl.roff |
3 BIB = bib | 3 BIB = bib |
4 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress | 4 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress |
5 REFER = refer -n -p bib -e -P -sLAD # -l,2 -k | 5 REFER = refer -n -p bib -e -P -sLAD -a # -l,2 -k |
6 | 6 |
7 all: $(NAME).ps | 7 all: $(NAME).ps |
8 | 8 |
9 $(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig | 9 $(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig |
10 export TROFFONTS=fonts;\ | 10 export TROFFONTS=fonts;\ |