- Remove junk directories.

- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
  information in the www and the doc directory.
- Add various administration files to svnadmin.
 
Approved by:	doceng (implicit)
This commit is contained in:
Hiroki Sato 2012-05-17 02:51:08 +00:00
commit 282a032540
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38821
3585 changed files with 2118972 additions and 5866 deletions

View file

@ -0,0 +1,16 @@
#
# $FreeBSD: www/en/tutorials/Makefile,v 1.11 2001/06/11 02:39:04 ache Exp $
#
# Build the FreeBSD tutorials/articles outside of the www tree, and then
# install them in to the right place.
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = index.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/tutorials/index.sgml,v 1.24 2005/10/04 19:43:53 hrs Exp $">
<!ENTITY title "FreeBSD Tutorials">
<!ENTITY % navinclude.about "INCLUDE">
]>
<html>
&header;
<p>A complete list of documentation pertaining to FreeBSD is now
available at <a href="../docs.html">../docs.html</a>. Please see
that list for further information.</p>
&footer;
</body>
</html>