Set MAINTAINER to doc@FreeBSD.org (which should have been done ages ago).
This commit is contained in:
parent
7e6f77aa2a
commit
f1af59f9fd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13763
1 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
#
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
MAINTAINER=nik@FreeBSD.org
|
||||
MAINTAINER= doc@FreeBSD.org
|
||||
|
||||
DOC?= book
|
||||
|
||||
|
@ -164,13 +164,13 @@ SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./}
|
|||
# limits in pdftex. Until we split the Handbook up, build the PDF
|
||||
# version using ps2pdf instead of pdftex.
|
||||
|
||||
PS2PDF?= ${PREFIX}/bin/ps2pdf
|
||||
#PS2PDF?= ${PREFIX}/bin/ps2pdf
|
||||
|
||||
book.tex-pdf:
|
||||
${TOUCH} book.tex-pdf
|
||||
#book.tex-pdf:
|
||||
# ${TOUCH} book.tex-pdf
|
||||
|
||||
book.pdf: book.ps
|
||||
${PS2PDF} book.ps book.pdf
|
||||
#book.pdf: book.ps
|
||||
# ${PS2PDF} book.ps book.pdf
|
||||
|
||||
pgpkeyring: pgpkeys/chapter.sgml
|
||||
@${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC}
|
||||
|
|
Loading…
Reference in a new issue