aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/4.11R/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/htdocs/releases/4.11R/Makefile')
-rw-r--r--en_US.ISO8859-1/htdocs/releases/4.11R/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/en_US.ISO8859-1/htdocs/releases/4.11R/Makefile b/en_US.ISO8859-1/htdocs/releases/4.11R/Makefile
deleted file mode 100644
index f2f9d02925..0000000000
--- a/en_US.ISO8859-1/htdocs/releases/4.11R/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-.if exists(../Makefile.conf)
-.include "../Makefile.conf"
-.endif
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
-
-DOCS= announce.xml
-DOCS+= hardware.xml
-DOCS+= installation.xml
-DOCS+= relnotes.xml
-DOCS+= schedule.xml
-DOCS+= todo.xml
-DOCS+= errata_policy.xml
-
-DATA= docbook.css
-DATA+= errata.html
-DATA+= hardware-alpha.html
-DATA+= hardware-i386.html
-DATA+= installation-alpha.html
-DATA+= installation-i386.html
-DATA+= readme.html
-DATA+= relnotes-alpha.html
-DATA+= relnotes-i386.html
-
-.include "${DOC_PREFIX}/share/mk/web.site.mk"