summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-04-10 19:07:43 +0000
committerbapt <bapt@FreeBSD.org>2015-04-10 19:07:43 +0000
commit1493d5f7741c6c0e47a70d54b146066bc6eb6831 (patch)
tree839ebcdd4344a333933049196a3f64833bc5910e /share/doc
parente2c616f11cb754412d9565cb21c067f658a226c8 (diff)
downloadFreeBSD-src-1493d5f7741c6c0e47a70d54b146066bc6eb6831.zip
FreeBSD-src-1493d5f7741c6c0e47a70d54b146066bc6eb6831.tar.gz
Remove docs that are not shipped with nvi anymore
Reported by: emaste
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/usd/10.exref/Makefile6
-rw-r--r--share/doc/usd/10.exref/Makefile.inc5
-rw-r--r--share/doc/usd/10.exref/exref/Makefile5
-rw-r--r--share/doc/usd/10.exref/summary/Makefile7
-rw-r--r--share/doc/usd/11.vitut/Makefile18
-rw-r--r--share/doc/usd/12.vi/Makefile6
-rw-r--r--share/doc/usd/12.vi/Makefile.inc5
-rw-r--r--share/doc/usd/12.vi/summary/Makefile7
-rw-r--r--share/doc/usd/12.vi/vi/Makefile6
-rw-r--r--share/doc/usd/12.vi/viapwh/Makefile6
-rw-r--r--share/doc/usd/13.viref/Makefile35
-rw-r--r--share/doc/usd/Makefile4
12 files changed, 0 insertions, 110 deletions
diff --git a/share/doc/usd/10.exref/Makefile b/share/doc/usd/10.exref/Makefile
deleted file mode 100644
index 8df4f72..0000000
--- a/share/doc/usd/10.exref/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-
-SUBDIR= exref summary
-
-.include <bsd.subdir.mk>
-
diff --git a/share/doc/usd/10.exref/Makefile.inc b/share/doc/usd/10.exref/Makefile.inc
deleted file mode 100644
index c5c2f55..0000000
--- a/share/doc/usd/10.exref/Makefile.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-
-VOLUME= usd/10.exref
-MACROS= -ms
-SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/exref
diff --git a/share/doc/usd/10.exref/exref/Makefile b/share/doc/usd/10.exref/exref/Makefile
deleted file mode 100644
index 7af18f9..0000000
--- a/share/doc/usd/10.exref/exref/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-
-SRCS= ex.rm
-
-.include <bsd.doc.mk>
diff --git a/share/doc/usd/10.exref/summary/Makefile b/share/doc/usd/10.exref/summary/Makefile
deleted file mode 100644
index 143333f..0000000
--- a/share/doc/usd/10.exref/summary/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $FreeBSD$
-
-DOC= summary
-SRCS= ex.summary
-USE_TBL=
-
-.include <bsd.doc.mk>
diff --git a/share/doc/usd/11.vitut/Makefile b/share/doc/usd/11.vitut/Makefile
deleted file mode 100644
index f412b62..0000000
--- a/share/doc/usd/11.vitut/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
-# $FreeBSD$
-
-VOLUME= usd/11.edit
-SRCS= edittut.ms
-MACROS= -ms
-USE_TBL=
-SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/edit
-
-# index for versatec is different from the one in edit.tut
-# because the fonts are different and entries reference page
-# rather than section numbers. if you have a typesetter
-# you should just use the index in edit.tut, and ignore editvindex.
-
-#editvindex:
-# ${TROFF} ${MACROS} -n22 edit.vindex
-
-.include <bsd.doc.mk>
diff --git a/share/doc/usd/12.vi/Makefile b/share/doc/usd/12.vi/Makefile
deleted file mode 100644
index 7b2c080..0000000
--- a/share/doc/usd/12.vi/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-
-SUBDIR= vi viapwh summary
-
-.include <bsd.subdir.mk>
-
diff --git a/share/doc/usd/12.vi/Makefile.inc b/share/doc/usd/12.vi/Makefile.inc
deleted file mode 100644
index 42d417f..0000000
--- a/share/doc/usd/12.vi/Makefile.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-
-VOLUME= usd/12.vi
-MACROS= -ms
-SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/vitut
diff --git a/share/doc/usd/12.vi/summary/Makefile b/share/doc/usd/12.vi/summary/Makefile
deleted file mode 100644
index 425536d..0000000
--- a/share/doc/usd/12.vi/summary/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $FreeBSD$
-
-DOC= summary
-SRCS= vi.summary
-USE_TBL=
-
-.include <bsd.doc.mk>
diff --git a/share/doc/usd/12.vi/vi/Makefile b/share/doc/usd/12.vi/vi/Makefile
deleted file mode 100644
index 6021b09..0000000
--- a/share/doc/usd/12.vi/vi/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-
-SRCS= vi.in vi.chars
-USE_TBL=
-
-.include <bsd.doc.mk>
diff --git a/share/doc/usd/12.vi/viapwh/Makefile b/share/doc/usd/12.vi/viapwh/Makefile
deleted file mode 100644
index f20582d..0000000
--- a/share/doc/usd/12.vi/viapwh/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-
-DOC= viapwh
-SRCS= vi.apwh.ms
-
-.include <bsd.doc.mk>
diff --git a/share/doc/usd/13.viref/Makefile b/share/doc/usd/13.viref/Makefile
deleted file mode 100644
index d7bb392..0000000
--- a/share/doc/usd/13.viref/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# From: @(#)Makefile 8.16 (Berkeley) 8/15/94
-# $FreeBSD$
-
-VOLUME= usd/13.viref
-SRCS= vi.ref-patched
-EXTRA= ex.cmd.roff ref.so set.opt.roff vi.cmd.roff
-MACROS= -me
-CLEANFILES= vi.ref-patched index
-TRFLAGS= -U # this is to hide warnings only
-USE_SOELIM=
-USE_TBL=
-SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/vi.ref
-
-vi.ref-patched: vi.ref
- sed -e 's:^\.so index.so$$:&.\\*[.T]:' ${.ALLSRC} > ${.TARGET}
-
-PRINTERDEVICE?= ascii
-.for _dev in ${PRINTERDEVICE}
-EXTRA+= index.so.${_dev}
-CLEANFILES+= index.so.${_dev}
-
-# Build index.so as a side-effect of building the paper.
-index.so.${_dev}: ${SRCS} ${EXTRA:Nindex.so.${_dev}}
- sed -e 's:^\.so index\.so\.\\\*\[\.T\]$$::' vi.ref-patched | \
- ${ROFF.${_dev}} -U -z
- sed -e 's/MINUSSIGN/-/' \
- -e 's/DOUBLEQUOTE/""/' \
- -e "s/SQUOTE/'/" \
- -e 's/ /__SPACE/g' < index | \
- sort -u '-t ' -k 1,1 -k 2n | awk -f ${SRCDIR}/merge.awk | \
- sed -e 's/__SPACE/ /g' \
- -e "s/^\\(['\\.]\\)/\\\\\&\\1/" > ${.TARGET}
-.endfor
-
-.include <bsd.doc.mk>
diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile
index 5fcb6b3..d7344aa 100644
--- a/share/doc/usd/Makefile
+++ b/share/doc/usd/Makefile
@@ -10,10 +10,6 @@ SUBDIR= title \
05.dc \
06.bc \
07.mail \
- 10.exref \
- 11.vitut \
- 12.vi \
- 13.viref \
18.msdiffs \
19.memacros \
20.meref \
OpenPOWER on IntegriCloud