Mercurial > docs > master
comparison makefile @ 223:1fa5a74bf138
Reworked References structure: Collect them all in one Chapter.
Have list of websites separately.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 15 Jul 2012 19:16:35 +0200 |
parents | 95257474a123 |
children | eba3744fb238 |
comparison
equal
deleted
inserted
replaced
222:2427d1dadb57 | 223:1fa5a74bf138 |
---|---|
1 NAME = thesis | 1 NAME = thesis |
2 CHAPS = style front.roff dedication.roff toc.roff \ | 2 CHAPS = style front.roff dedication.roff toc.roff \ |
3 preface.roff intro.roff discussion.roff summary.roff tools.roff \ | 3 preface.roff intro.roff discussion.roff summary.roff tools.roff \ |
4 refs.roff rfcs.roff official.roff colophon.roff | 4 refs.roff official.roff colophon.roff |
5 BIB = bib *.bib | 5 BIB = bib *.bib |
6 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress | 6 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress |
7 REFER = refer -n -p bib -p mail.bib -p web.bib -e -P -sLAD -l,2 -k | 7 REFER = refer -n -p bib -p mail.bib -p web.bib -e -P -sLAD -l,2 -k |
8 | 8 |
9 all: $(NAME).ps | 9 all: $(NAME).ps |