- 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:
Hiroki Sato 2012-05-17 03:23:15 +00:00
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

View file

@ -11,4 +11,4 @@ SUBDIR= Section
DATA= MIMEIterator.pm Section.pm
.include "${WEB_PREFIX}/share/mk/web.site.mk"
.include "${DOC_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,4 @@
# $FreeBSD$
WEBBASE?= /data/cgi/GnatsPR
WEB_PREFIX?= ${.CURDIR}/../../../..
DOC_PREFIX?= ${.CURDIR}/../../../../..

View file

@ -9,4 +9,4 @@
DATA= Email.pm FieldStart.pm MIME.pm Patch.pm StateChange.pm Text.pm
.include "${WEB_PREFIX}/share/mk/web.site.mk"
.include "${DOC_PREFIX}/share/mk/web.site.mk"