Make a symlink handbook.html pointing to index.html, for some

documentation that doesn't know about our changes.  (including the
current version of the handbook)

PR:		docs/19565
Submitted by:	Jens Schweikhardt <schweik@noc.dfn.de>
This commit is contained in:
Neil Blakey-Milner 2000-07-12 14:35:51 +00:00
parent 6cec60cbff
commit e3788eae3b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7583
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.27 2000/03/08 11:12:10 nbm Exp $
# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.28 2000/03/20 20:59:30 jim Exp $
#
# Build the FreeBSD Handbook.
#
@ -56,5 +56,7 @@ SRCS+= authors.ent
SRCS+= chapters.ent
SRCS+= mailing-lists.ent
SYMLINKS= ${DESTDIR} index.html handbook.html
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.27 2000/03/08 11:12:10 nbm Exp $
# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.28 2000/03/20 20:59:30 jim Exp $
#
# Build the FreeBSD Handbook.
#
@ -56,5 +56,7 @@ SRCS+= authors.ent
SRCS+= chapters.ent
SRCS+= mailing-lists.ent
SYMLINKS= ${DESTDIR} index.html handbook.html
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"