docs/master
changeset 150:472aa79f9b6f
bib: Split bib into RFCs and the rest.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Fri, 06 Jul 2012 10:13:55 +0200 |
parents | 1b80cc146932 |
children | ff3a6a0e6255 |
files | bib makefile rfcs |
diffstat | 3 files changed, 24 insertions(+), 14 deletions(-) [+] |
line diff
1.1 --- a/bib Thu Jul 05 21:06:57 2012 +0200 1.2 +++ b/bib Fri Jul 06 10:13:55 2012 +0200 1.3 @@ -257,15 +257,6 @@ 1.4 %D 2000\(en2004 1.5 %O \f(CW\s-1http://www.unixpapa.com/incnote/dbm.html\s0 1.6 1.7 -%L RFC\|821 1.8 -%A Jonathan B. Postel 1.9 -%T Simple Mail Transfer Protocol 1.10 -%S Request for Comments 1.11 -%V 821 1.12 -%I IETF 1.13 -%D August 1982 1.14 -%O \f(CW\s-1http://www.ietf.org/rfc/rfc821.txt\s0 1.15 - 1.16 %A M. D. McIlroy 1.17 %A E. N. Pinson 1.18 %A B. A. Tague 1.19 @@ -277,3 +268,13 @@ 1.20 %N 6 1.21 %P 1902 1.22 %K bstj 1.23 + 1.24 +%A Robert H. Anderson 1.25 +%A Norman Z. Shapiro 1.26 +%A Tora K. Bikson 1.27 +%A Phyllis H. Kantar 1.28 +%T The Design of the MH Mail System 1.29 +%S A RAND Note 1.30 +%V N-3017-IRIS 1.31 +%D December 1989 1.32 +%I The RAND Corporation
2.1 --- a/makefile Thu Jul 05 21:06:57 2012 +0200 2.2 +++ b/makefile Fri Jul 06 10:13:55 2012 +0200 2.3 @@ -3,17 +3,18 @@ 2.4 preface.roff intro.roff discussion.roff future.roff refs.roff \ 2.5 official.roff colophon.roff 2.6 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress 2.7 +REFER = refer -n -p bib -p rfcs -e -P -sLAD -l,2 -k 2.8 2.9 all: $(NAME).ps 2.10 2.11 -$(NAME).ps: $(CHAPS) makefile bib toc.ig 2.12 - export TROFFONTS=fonts REFER=bib;\ 2.13 - soelim $(CHAPS) | refer -e -P -sLAD -l,2 -k | \ 2.14 +$(NAME).ps: $(CHAPS) makefile bib rfcs toc.ig 2.15 + export TROFFONTS=fonts;\ 2.16 + soelim $(CHAPS) | $(REFER) | \ 2.17 grap | pic | troff -Tps -ms 2>err.ig | dpost >$@ 2.18 2.19 err.ig: $(CHAPS) 2.20 - export TROFFONTS=fonts REFER=bib;\ 2.21 - soelim $(CHAPS) | refer -e -P -sLAD -l,2 -k | \ 2.22 + export TROFFONTS=fonts;\ 2.23 + soelim $(CHAPS) | $(REFER) | \ 2.24 grap | pic | troff -Tps -ms -rZ1 -z 2>$@ 2.25 2.26 toc.ig: err.ig
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/rfcs Fri Jul 06 10:13:55 2012 +0200 3.3 @@ -0,0 +1,8 @@ 3.4 +%L RFC\|821 3.5 +%A Jonathan B. Postel 3.6 +%T Simple Mail Transfer Protocol 3.7 +%S Request for Comments 3.8 +%V 821 3.9 +%I IETF 3.10 +%D August 1982 3.11 +%O \f(CW\s-1http://www.ietf.org/rfc/rfc821.txt\s0