From 6facf0f8e1566fe01a79dd3d15a500c5aab8cb25 Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 22 Jan 2010 23:19:48 +0000 Subject: Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd. Reviewed by: gabor --- usr.bin/bc/Makefile | 1 - usr.bin/bc/USD.doc/Makefile | 13 ------------- usr.bin/dc/Makefile | 2 -- usr.bin/dc/USD.doc/Makefile | 16 ---------------- 4 files changed, 32 deletions(-) delete mode 100644 usr.bin/bc/USD.doc/Makefile delete mode 100644 usr.bin/dc/USD.doc/Makefile (limited to 'usr.bin') 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 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 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 -- cgit v1.1