aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-12-17 13:45:56 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-12-17 13:45:56 +0000
commit9207b4cff7b8d483f4dd3c62266c2b58819eb7f9 (patch)
treed2948612f58a81c1a790364aa00a897e0db27307
parentfca066fe02c18385f2a6bb534f26ea87556bd9c1 (diff)
downloadsrc-9207b4cff7b8d483f4dd3c62266c2b58819eb7f9.tar.gz
src-9207b4cff7b8d483f4dd3c62266c2b58819eb7f9.zip
Removed a no-op FILES from bsd.doc.mk.
Notes
Notes: svn path=/head/; revision=88052
-rw-r--r--share/doc/papers/contents/Makefile2
-rw-r--r--share/doc/psd/contents/Makefile1
-rw-r--r--share/doc/psd/title/Makefile1
-rw-r--r--share/doc/smm/01.setup/Makefile1
-rw-r--r--share/doc/smm/02.config/Makefile1
-rw-r--r--share/doc/smm/contents/Makefile1
-rw-r--r--share/doc/smm/title/Makefile1
-rw-r--r--share/doc/usd/contents/Makefile1
-rw-r--r--share/doc/usd/title/Makefile1
-rw-r--r--share/mk/bsd.doc.mk1
10 files changed, 0 insertions, 11 deletions
diff --git a/share/doc/papers/contents/Makefile b/share/doc/papers/contents/Makefile
index 1f701059222d..d15ff9c3b4ea 100644
--- a/share/doc/papers/contents/Makefile
+++ b/share/doc/papers/contents/Makefile
@@ -2,9 +2,7 @@
VOLUME= papers
DOC= contents
-
SRCS= contents.ms
-FILES= ${SRCS}
MACROS= -ms
.include <bsd.doc.mk>
diff --git a/share/doc/psd/contents/Makefile b/share/doc/psd/contents/Makefile
index 59495e5f3420..5c4512ecfdd1 100644
--- a/share/doc/psd/contents/Makefile
+++ b/share/doc/psd/contents/Makefile
@@ -2,7 +2,6 @@
VOLUME= psd
SRCS= contents.ms
-FILES= ${SRCS}
DOC= contents
MACROS= -ms
diff --git a/share/doc/psd/title/Makefile b/share/doc/psd/title/Makefile
index 0f6d9c081d75..fde1e981f64e 100644
--- a/share/doc/psd/title/Makefile
+++ b/share/doc/psd/title/Makefile
@@ -2,7 +2,6 @@
VOLUME= psd
SRCS= Title
-FILES= ${SRCS}
DOC= Title
# unroff(1) requires a macro package as an argument
diff --git a/share/doc/smm/01.setup/Makefile b/share/doc/smm/01.setup/Makefile
index 8e84f18fc883..b11596ed6b7a 100644
--- a/share/doc/smm/01.setup/Makefile
+++ b/share/doc/smm/01.setup/Makefile
@@ -3,7 +3,6 @@
VOLUME= smm/01.setup
SRCS= stubs 0.t 1.t 2.t 3.t 4.t 5.t 6.t
-FILES= ${SRCS}
MACROS= -ms
USE_TBL= yes
diff --git a/share/doc/smm/02.config/Makefile b/share/doc/smm/02.config/Makefile
index fd07ffe7c8af..949a3523615a 100644
--- a/share/doc/smm/02.config/Makefile
+++ b/share/doc/smm/02.config/Makefile
@@ -3,7 +3,6 @@
VOLUME= smm/02.config
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t c.t d.t e.t
-FILES= ${SRCS}
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../usr.sbin/config/SMM.doc
diff --git a/share/doc/smm/contents/Makefile b/share/doc/smm/contents/Makefile
index ac97e4244366..1c8d454eab34 100644
--- a/share/doc/smm/contents/Makefile
+++ b/share/doc/smm/contents/Makefile
@@ -2,7 +2,6 @@
VOLUME= smm
SRCS= contents.ms
-FILES= ${SRCS}
DOC= contents
MACROS= -ms
diff --git a/share/doc/smm/title/Makefile b/share/doc/smm/title/Makefile
index 899f9221038f..b6718e50849d 100644
--- a/share/doc/smm/title/Makefile
+++ b/share/doc/smm/title/Makefile
@@ -2,7 +2,6 @@
VOLUME= smm
SRCS= Title
-FILES= ${SRCS}
DOC= Title
# unroff(1) requires a macro package as an argument
diff --git a/share/doc/usd/contents/Makefile b/share/doc/usd/contents/Makefile
index 4b9a691cf15f..283b69da5ec5 100644
--- a/share/doc/usd/contents/Makefile
+++ b/share/doc/usd/contents/Makefile
@@ -2,7 +2,6 @@
VOLUME= usd
SRCS= contents.ms
-FILES= ${SRCS}
DOC= contents
MACROS= -ms
diff --git a/share/doc/usd/title/Makefile b/share/doc/usd/title/Makefile
index e3b380ffbf52..4b140434fcfb 100644
--- a/share/doc/usd/title/Makefile
+++ b/share/doc/usd/title/Makefile
@@ -2,7 +2,6 @@
VOLUME= usd
SRCS= Title
-FILES= ${SRCS}
DOC= Title
# unroff(1) requires a macro package as an argument
diff --git a/share/mk/bsd.doc.mk b/share/mk/bsd.doc.mk
index 74afc3dc163b..287a57afe565 100644
--- a/share/mk/bsd.doc.mk
+++ b/share/mk/bsd.doc.mk
@@ -106,7 +106,6 @@ CLEANFILES+= ${DOC}.ascii ${DOC}.ascii${DCOMPRESS_EXT} \
${DOC}.ps ${DOC}.ps${DCOMPRESS_EXT} \
${DOC}.html ${DOC}-*.html
-FILES?= ${SRCS}
realinstall:
.if ${PRINTERDEVICE} == "html"
cd ${SRCDIR}; \