svn commit: r42778 - in head/en_US.ISO8859-1/htdocs/projects: . c99

Eitan Adler eadler at FreeBSD.org
Tue Oct 1 00:15:31 UTC 2013


Author: eadler
Date: Tue Oct  1 00:15:31 2013
New Revision: 42778
URL: http://svnweb.freebsd.org/changeset/doc/42778

Log:
  Remove the c99 projects page.  It has not been updated in years and is quite out of date.
  We now even have nearly complete C11 support.
  
  Discussed on:	-doc@
  Dicussed with:	theraven@

Deleted:
  head/en_US.ISO8859-1/htdocs/projects/c99/
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	Mon Sep 30 21:56:20 2013	(r42777)
+++ head/en_US.ISO8859-1/htdocs/projects/Makefile	Tue Oct  1 00:15:31 2013	(r42778)
@@ -27,6 +27,6 @@ DATA+=	2013-freebsd-gsoc.pdf
 
 INDEXLINK= projects.html
 
-SUBDIR=	 acpi busdma c99 ideas mips netperf
+SUBDIR=	 acpi busdma ideas mips netperf
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"


More information about the svn-doc-all mailing list