aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/12.2R/installation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/htdocs/releases/12.2R/installation/Makefile')
-rw-r--r--en_US.ISO8859-1/htdocs/releases/12.2R/installation/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/htdocs/releases/12.2R/installation/Makefile b/en_US.ISO8859-1/htdocs/releases/12.2R/installation/Makefile
new file mode 100644
index 0000000000..5d7fbee29d
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/12.2R/installation/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOC= installation
+FORMATS?= html txt
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED=
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"