Subject: misc/312: more doc problems...
To: None <gnats-admin>
From: None <lm@karybdis.cs.rmit.OZ.AU>
List: netbsd-bugs
Date: 06/30/1994 02:35:06
>Number: 312
>Category: misc
>Synopsis: a couple more fixes for doc Makefiles
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (Misc Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: lm
>Arrival-Date: Thu Jun 30 02:35:04 1994
>Originator: Luke Mewburn
>Organization:
" RMIT Computer Science Technical Services Group"
>Release: current
>Environment:
System: NetBSD karybdis 0.9C NetBSD 0.9C (KARYBDIS) #1: Wed Jun 22 10:59:28 EST 1994 root@karybdis:/Src/src/sys/arch/i386/compile/KARYBDIS i386
>Description:
some more of the stuff in share/doc imported from 4.4-lite
has some minor problems in the makefiles.
>How-To-Repeat:
try to print the paper.ps produced in share/doc/papers for
some stuff. it looks crap.
>Fix:
apply:
(I don't know if these are the best way to do things,
especially with the `refer' hack, since I had to remove the -m
option to get it to work. The document looks ok though once
printed out.)
---
*** share/doc/papers/px/tmac.p.plm Thu Jun 30 16:05:25 1994
--- share/doc/papers/px/tmac.p Thu Jun 30 16:08:04 1994
***************
*** 31,37 ****
.\"
.\" @(#)tmac.p 5.2 (Berkeley) 4/17/91
.\"
- 'if \n(FM=0 'so /usr/lib/tmac/tmac.s
.if n .nr FM 1.2i
.if t .tr *\(**=\(eq/\(sl+\(pl
.bd S B 3
--- 31,36 ----
*** share/doc/papers/px/Makefile.plm Thu Jun 30 16:08:09 1994
--- share/doc/papers/px/Makefile Thu Jun 30 16:08:24 1994
***************
*** 2,7 ****
--- 2,8 ----
DIR= papers/px
SRCS= pxin0.n pxin1.n pxin2.n pxin3.n pxin4.n
+ MACROS= -ms
EXTRA= fig1.1.n fig1.2.n fig1.3.n fig2.3.raw fig2.4.n fig3.2.n \
fig3.3.n table2.1.n table2.2.n table2.3.n table3.1.n tmac.p
CLEANFILES+=fig2.3.n
*** share/doc/papers/relengr/Makefile.plm Thu Jun 30 15:40:28 1994
--- share/doc/papers/relengr/Makefile Thu Jun 30 15:40:48 1994
***************
*** 4,10 ****
SRCS= 0.t 1.t 2.t 3.t
MACROS= -ms
EXTRA= ref.bib tmac.srefs
! REFER= /a/staff/mckusick/book/ref/refer -m -n -e -l -s -p ref.bib
paper.ps: ${SRCS}
${REFER} ${SRCS} | ${ROFF} > ${.TARGET}
--- 4,10 ----
SRCS= 0.t 1.t 2.t 3.t
MACROS= -ms
EXTRA= ref.bib tmac.srefs
! REFER= refer -n -e -l -s -p ref.bib
paper.ps: ${SRCS}
${REFER} ${SRCS} | ${ROFF} > ${.TARGET}
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------