diff options
author | delphij <delphij@FreeBSD.org> | 2010-01-22 23:19:48 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-01-22 23:19:48 +0000 |
commit | 6facf0f8e1566fe01a79dd3d15a500c5aab8cb25 (patch) | |
tree | 62b433d4f003e35564b0f93af50e65b761036463 /usr.bin/dc | |
parent | b0ad2d975d086ccc178d1dfd80e5cb924d8f50b9 (diff) | |
download | FreeBSD-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/dc')
-rw-r--r-- | usr.bin/dc/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/dc/USD.doc/Makefile | 16 |
2 files changed, 0 insertions, 18 deletions
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> |