svn commit: r53706 - in head/en_US.ISO8859-1/htdocs/projects: . acpi

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Sun Dec 22 14:27:14 UTC 2019


Author: carlavilla
Date: Sun Dec 22 14:27:13 2019
New Revision: 53706
URL: https://svnweb.freebsd.org/changeset/doc/53706

Log:
  Remove the ACPI information from the website.
  Moved to https://wiki.freebsd.org/ACPI
  
  PR:		216754
  Submitted by:	avg@
  Patch by:	carlavilla@
  Approved by:	bcr@
  Differential Revision:	https://reviews.freebsd.org/D22903

Deleted:
  head/en_US.ISO8859-1/htdocs/projects/acpi/
Modified:
  head/en_US.ISO8859-1/htdocs/projects/Makefile

Modified: head/en_US.ISO8859-1/htdocs/projects/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/projects/Makefile	Sun Dec 22 10:49:07 2019	(r53705)
+++ head/en_US.ISO8859-1/htdocs/projects/Makefile	Sun Dec 22 14:27:13 2019	(r53706)
@@ -21,6 +21,6 @@ DATA+=	2018-freebsd-gsoc.pdf
 
 INDEXLINK= projects.html
 
-SUBDIR=	 acpi busdma ideas mips netperf
+SUBDIR=	 busdma ideas mips netperf
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"


More information about the svn-doc-all mailing list