- Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share. - s/WEB_PREFIX/DOC_PREFIX/ - Update the webupdate script to use the SVN repository. Approved by: doceng (implicit)
This commit is contained in:
parent
282a032540
commit
4fe414e55f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38822
930 changed files with 1474 additions and 15436 deletions
|
@ -2,14 +2,14 @@
|
|||
# $FreeBSD: www/tools/prstats/Makefile,v 1.2 2001/11/18 16:11:34 murray Exp $
|
||||
#
|
||||
|
||||
.if exists(../../en/Makefile.conf)
|
||||
.include "../../en/Makefile.conf"
|
||||
.if exists(../../../en_US.ISO8859-1/Makefile.conf)
|
||||
.include "../../../en_US.ISO8859-1/Makefile.conf"
|
||||
.endif
|
||||
.if exists(../../en/Makefile.inc)
|
||||
.include "../../en/Makefile.inc"
|
||||
.if exists(../../../en_US.ISO8859-1/Makefile.inc)
|
||||
.include "../../../en_US.ISO8859-1/Makefile.inc"
|
||||
.endif
|
||||
|
||||
WEB_PREFIX?= ${.CURDIR}/../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
GNATSDIR?= /c/gnats
|
||||
PRGRAPHDIR?= ${DESTDIR}${WEBBASE}/prstats
|
||||
GNUPLOT?= /usr/local/bin/gnuplot
|
||||
|
@ -43,4 +43,4 @@ install: ${GRAPHS}
|
|||
.endif
|
||||
.endfor
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue