summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-01-22 23:19:48 +0000
committerdelphij <delphij@FreeBSD.org>2010-01-22 23:19:48 +0000
commit6facf0f8e1566fe01a79dd3d15a500c5aab8cb25 (patch)
tree62b433d4f003e35564b0f93af50e65b761036463 /usr.bin
parentb0ad2d975d086ccc178d1dfd80e5cb924d8f50b9 (diff)
downloadFreeBSD-src-6facf0f8e1566fe01a79dd3d15a500c5aab8cb25.zip
FreeBSD-src-6facf0f8e1566fe01a79dd3d15a500c5aab8cb25.tar.gz
Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.
Reviewed by: gabor
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bc/Makefile1
-rw-r--r--usr.bin/bc/USD.doc/Makefile13
-rw-r--r--usr.bin/dc/Makefile2
-rw-r--r--usr.bin/dc/USD.doc/Makefile16
4 files changed, 0 insertions, 32 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile
index 6a1614b..d5b75f8 100644
--- a/usr.bin/bc/Makefile
+++ b/usr.bin/bc/Makefile
@@ -4,7 +4,6 @@
PROG= bc
SRCS= bc.y scan.l
CFLAGS+= -I. -I${.CURDIR}
-SUBDIR+= USD.doc
FILES+= bc.library
FILESDIR= ${SHAREDIR}/misc
diff --git a/usr.bin/bc/USD.doc/Makefile b/usr.bin/bc/USD.doc/Makefile
deleted file mode 100644
index 44265d2..0000000
--- a/usr.bin/bc/USD.doc/Makefile
+++ /dev/null
@@ -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>
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile
index 6e16d85..38aeca6 100644
--- a/usr.bin/dc/Makefile
+++ b/usr.bin/dc/Makefile
@@ -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>
diff --git a/usr.bin/dc/USD.doc/Makefile b/usr.bin/dc/USD.doc/Makefile
deleted file mode 100644
index 4a272a5..0000000
--- a/usr.bin/dc/USD.doc/Makefile
+++ /dev/null
@@ -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>
OpenPOWER on IntegriCloud