mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.
Reviewed by: gabor
This commit is contained in:
parent
61b1ecf6d3
commit
7ffc8ae56e
9 changed files with 27 additions and 32 deletions
|
|
@ -14,6 +14,9 @@
|
|||
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
|
||||
#
|
||||
|
||||
# 20100122: move BSDL bc/dc USD documents to /usr/share/doc/usd
|
||||
OLD_FILES+=usr/share/doc/papers/bc.ascii.gz
|
||||
OLD_FILES+=usr/share/doc/papers/dc.ascii.gz
|
||||
# 20100120: replacing GNU bc/dc with BSDL versions
|
||||
OLD_FILES+=usr/share/examples/bc/ckbook.b
|
||||
OLD_FILES+=usr/share/examples/bc/pi.b
|
||||
|
|
|
|||
|
|
@ -160,6 +160,10 @@
|
|||
usd
|
||||
04.csh
|
||||
..
|
||||
05.dc
|
||||
..
|
||||
06.bc
|
||||
..
|
||||
07.mail
|
||||
..
|
||||
10.exref
|
||||
|
|
|
|||
9
share/doc/usd/05.dc/Makefile
Normal file
9
share/doc/usd/05.dc/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
# $FreeBSD$
|
||||
|
||||
VOLUME= usd/05.dc
|
||||
SRCS= dc
|
||||
MACROS= -ms
|
||||
SRCDIR= ${.CURDIR}/../../../../usr.bin/dc/USD.doc
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
9
share/doc/usd/06.bc/Makefile
Normal file
9
share/doc/usd/06.bc/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
# $FreeBSD$
|
||||
|
||||
VOLUME= usd/06.bc
|
||||
SRCS= bc
|
||||
MACROS= -ms
|
||||
SRCDIR= ${.CURDIR}/../../../../usr.bin/bc/USD.doc
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
|
|
@ -7,6 +7,8 @@
|
|||
SUBDIR= title \
|
||||
contents \
|
||||
04.csh \
|
||||
05.dc \
|
||||
06.bc \
|
||||
07.mail \
|
||||
10.exref \
|
||||
11.vitut \
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
PROG= bc
|
||||
SRCS= bc.y scan.l
|
||||
CFLAGS+= -I. -I${.CURDIR}
|
||||
SUBDIR+= USD.doc
|
||||
|
||||
FILES+= bc.library
|
||||
FILESDIR= ${SHAREDIR}/misc
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
# $FreeBSD$
|
||||
# $OpenBSD: Makefile,v 1.3 2004/02/01 15:18:01 jmc Exp $
|
||||
|
||||
DOC= bc
|
||||
DIR= usd/06.bc
|
||||
SRCS= bc
|
||||
MACROS= -ms
|
||||
BINDIR= /usr/share/doc/papers
|
||||
|
||||
paper.txt: ${SRCS}
|
||||
${ROFF} -Tascii ${SRCS} > ${.TARGET}
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
|
|
@ -6,6 +6,4 @@ SRCS= dc.c bcode.c inout.c mem.c stack.c
|
|||
LDADD= -lcrypto
|
||||
DPADD= ${LIBCRYPTO}
|
||||
|
||||
SUBDIR+= USD.doc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
# $FreeBSD$
|
||||
# $OpenBSD: Makefile,v 1.2 2004/02/01 15:18:01 jmc Exp $
|
||||
|
||||
DOC= dc
|
||||
DIR= usd/05.dc
|
||||
SRCS= dc
|
||||
MACROS= -ms
|
||||
BINDIR= /usr/share/doc/papers
|
||||
|
||||
paper.ps: ${SRCS}
|
||||
${EQN} ${SRCS} | ${ROFF} > ${.TARGET}
|
||||
|
||||
paper.txt: ${SRCS}
|
||||
${EQN} -Tascii ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
Loading…
Reference in a new issue