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 wrap: on
line diff
--- a/bib	Thu Jul 05 21:06:57 2012 +0200
+++ b/bib	Fri Jul 06 10:13:55 2012 +0200
@@ -257,15 +257,6 @@
 %D 2000\(en2004
 %O \f(CW\s-1http://www.unixpapa.com/incnote/dbm.html\s0
 
-%L RFC\|821
-%A Jonathan B. Postel
-%T Simple Mail Transfer Protocol
-%S Request for Comments
-%V 821
-%I IETF
-%D August 1982
-%O \f(CW\s-1http://www.ietf.org/rfc/rfc821.txt\s0
-
 %A M. D. McIlroy
 %A E. N. Pinson
 %A B. A. Tague
@@ -277,3 +268,13 @@
 %N 6
 %P 1902
 %K bstj
+
+%A Robert H. Anderson
+%A Norman Z. Shapiro
+%A Tora K. Bikson
+%A Phyllis H. Kantar
+%T The Design of the MH Mail System
+%S A RAND Note
+%V N-3017-IRIS
+%D December 1989
+%I The RAND Corporation
--- a/makefile	Thu Jul 05 21:06:57 2012 +0200
+++ b/makefile	Fri Jul 06 10:13:55 2012 +0200
@@ -3,17 +3,18 @@
 	preface.roff intro.roff discussion.roff future.roff refs.roff \
 	official.roff colophon.roff
 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress
+REFER = refer -n -p bib -p rfcs -e -P -sLAD -l,2 -k
 
 all: $(NAME).ps
 
-$(NAME).ps: $(CHAPS) makefile bib toc.ig
-	export TROFFONTS=fonts REFER=bib;\
-	soelim $(CHAPS) | refer -e -P -sLAD -l,2 -k | \
+$(NAME).ps: $(CHAPS) makefile bib rfcs toc.ig
+	export TROFFONTS=fonts;\
+	soelim $(CHAPS) | $(REFER) | \
 		grap | pic | troff -Tps -ms 2>err.ig | dpost >$@
 
 err.ig: $(CHAPS)
-	export TROFFONTS=fonts REFER=bib;\
-	soelim $(CHAPS) | refer -e -P -sLAD -l,2 -k | \
+	export TROFFONTS=fonts;\
+	soelim $(CHAPS) | $(REFER) | \
 		grap | pic | troff -Tps -ms -rZ1 -z 2>$@
 
 toc.ig: err.ig
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rfcs	Fri Jul 06 10:13:55 2012 +0200
@@ -0,0 +1,8 @@
+%L RFC\|821
+%A Jonathan B. Postel
+%T Simple Mail Transfer Protocol
+%S Request for Comments
+%V 821
+%I IETF
+%D August 1982
+%O \f(CW\s-1http://www.ietf.org/rfc/rfc821.txt\s0