# HG changeset patch # User markus schnalke # Date 1341562435 -7200 # Node ID 472aa79f9b6f6cb8c9a517d65fe4836751da35ac # Parent 1b80cc1469326984bbc24930a2c9a6b6bda1c742 bib: Split bib into RFCs and the rest. diff -r 1b80cc146932 -r 472aa79f9b6f bib --- 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 diff -r 1b80cc146932 -r 472aa79f9b6f makefile --- 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 diff -r 1b80cc146932 -r 472aa79f9b6f rfcs --- /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