Makefile magic (or horrendous kludge, depending on how you look at it)
to build the committers guide from the doc/ tree and put it in here, ready for installing.
This commit is contained in:
parent
6230858da0
commit
d89ae94af4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5513
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.13 1999-05-02 19:47:35 wosch Exp $
|
||||
# $Id: Makefile,v 1.14 1999-09-03 17:33:47 nik Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -12,6 +12,12 @@ DOCS+= mirror.sgml
|
|||
DOCS+= statistic.sgml
|
||||
DOCS+= developer.sgml
|
||||
|
||||
LOCAL= committers-guide.html
|
||||
|
||||
committers-guide.html: ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml
|
||||
(cd ../../../doc/en_US.ISO_8859-1/articles/committers-guide && make FORMATS=html INSTALL_COMPRESSED='')
|
||||
cp ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.html committers-guide.html
|
||||
|
||||
INDEXLINK= internal.html
|
||||
|
||||
# build the list of personal homepages of FreeBSD developers only
|
||||
|
|
Loading…
Reference in a new issue