svn commit: r54240 - head/en_US.ISO8859-1/htdocs/releases/11.4R

Glen Barber gjb at FreeBSD.org
Thu Jun 11 17:39:44 UTC 2020


Author: gjb
Date: Thu Jun 11 17:39:44 2020
New Revision: 54240
URL: https://svnweb.freebsd.org/changeset/doc/54240

Log:
  Connect the readme page to the build.
  Add the installation page to the Makefile, but not yet connected
  to the build.
  
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  head/en_US.ISO8859-1/htdocs/releases/11.4R/Makefile

Modified: head/en_US.ISO8859-1/htdocs/releases/11.4R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/11.4R/Makefile	Thu Jun 11 17:39:10 2020	(r54239)
+++ head/en_US.ISO8859-1/htdocs/releases/11.4R/Makefile	Thu Jun 11 17:39:44 2020	(r54240)
@@ -18,7 +18,9 @@ DOCS=	index.xml \
 
 DATA=	docbook.css \
 	hardware.html \
+	readme.html \
 	relnotes.html
+#DATA+=	installation.html
 
 # PGP-signed checksums
 


More information about the svn-doc-all mailing list