Mercurial > docs > master
comparison makefile @ 198:9ed707d62150
Added separate RFC page to the references.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 12 Jul 2012 00:56:47 +0200 |
parents | 05a243dffaca |
children | 95257474a123 |
comparison
equal
deleted
inserted
replaced
197:05a243dffaca | 198:9ed707d62150 |
---|---|
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 official.roff colophon.roff | 4 refs.roff rfcs.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 |