Add user and hostname of builder to doc release meta-info.
This commit is contained in:
parent
851f1102f0
commit
4215ca5392
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12382
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#
|
||||
DOC_PREFIX?= ${.CURDIR}/..
|
||||
|
||||
HOSTNAME?= /bin/hostname
|
||||
MKISOFS?= mkisofs
|
||||
TAR?= /usr/bin/tar
|
||||
TOUCH?= /usr/bin/touch
|
||||
|
@ -83,6 +84,7 @@ rerelease release:
|
|||
${TOUCH} ${DOCBUILDFILE}
|
||||
${ECHO} "FreeBSD Documentation ${BUILDNAME}" >> ${DOCBUILDFILE}
|
||||
${ECHO} "Generated on: `LC_ALL=C TZ=GMT date`" >> ${DOCBUILDFILE}
|
||||
${ECHO} "Generated by: ${USER}@`${HOSTNAME}`">> ${DOCBUILDFILE}
|
||||
${ECHO} "Formats: ${FORMATS}" >> ${DOCBUILDFILE}
|
||||
${ECHO} "Languages: ${DOC_LANG}" >> ${DOCBUILDFILE}
|
||||
# Make ISO images if desired.
|
||||
|
|
Loading…
Reference in a new issue