repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
share
/
doc
/
papers
/
relengr
/
Makefile
blob
2d0a3bc1232e52f450ddb3df923fa127c87a2831
1
# $NetBSD: Makefile,v 1.4 2002/06/02 17:40:46 pooka Exp $
2
#
3
# @(#)Makefile 1.6 (Berkeley) 6/8/93
4
5
DIR
=
papers
/
relengr
6
SRCS
=
0
.t
1
.t
2
.t
3
.t
7
MACROS
= -
ms
8
EXTRA
=
ref.bib tmac.srefs
9
10
paper.ps
: ${
SRCS
}
11
${
TOOL_REFER
} -
n
-
e
-
l
-
s
-
p ref.bib
${
SRCS
}
| \
12
${
TOOL_ROFF_PS
} ${
MACROS
} > ${
.TARGET
}
13
14
.
include
<
bsd.doc.mk
>