Mercurial > docs > master
comparison makefile @ 147:e7b5e465a8e0
Added the confirmation of own work and a colophon, listing the tools used.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 05 Jul 2012 20:32:41 +0200 |
parents | 8c56dac46efe |
children | 472aa79f9b6f |
comparison
equal
deleted
inserted
replaced
146:f37ad952cf78 | 147:e7b5e465a8e0 |
---|---|
1 NAME = thesis | 1 NAME = thesis |
2 CHAPS = style front.roff dedication.roff abstract.roff toc.roff \ | 2 CHAPS = style front.roff dedication.roff abstract.roff toc.roff \ |
3 preface.roff intro.roff discussion.roff future.roff refs.roff | 3 preface.roff intro.roff discussion.roff future.roff refs.roff \ |
4 official.roff colophon.roff | |
4 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress | 5 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress |
5 | 6 |
6 all: $(NAME).ps | 7 all: $(NAME).ps |
7 | 8 |
8 $(NAME).ps: $(CHAPS) makefile bib toc.ig | 9 $(NAME).ps: $(CHAPS) makefile bib toc.ig |