Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.

Reviewed by:	gabor
This commit is contained in:
Xin LI 2010-01-22 23:19:48 +00:00
parent 61b1ecf6d3
commit 7ffc8ae56e
9 changed files with 27 additions and 32 deletions

View file

@ -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

View file

@ -160,6 +160,10 @@
usd
04.csh
..
05.dc
..
06.bc
..
07.mail
..
10.exref

View 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>

View 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>

View file

@ -7,6 +7,8 @@
SUBDIR= title \
contents \
04.csh \
05.dc \
06.bc \
07.mail \
10.exref \
11.vitut \

View file

@ -4,7 +4,6 @@
PROG= bc
SRCS= bc.y scan.l
CFLAGS+= -I. -I${.CURDIR}
SUBDIR+= USD.doc
FILES+= bc.library
FILESDIR= ${SHAREDIR}/misc

View file

@ -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>

View file

@ -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>

View file

@ -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>