summaryrefslogtreecommitdiffstats
path: root/usr.bin/bc
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/bc
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/bc')
-rw-r--r--usr.bin/bc/Makefile1
-rw-r--r--usr.bin/bc/USD.doc/Makefile13
2 files changed, 0 insertions, 14 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>
OpenPOWER on IntegriCloud