mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
pkgtools/bootstrap-mk-files
This commit is contained in:
parent
df533ed732
commit
20dc8f2d2e
@ -25,7 +25,8 @@ CATDEPS?= ${TMACDIR}/tmac.andoc \
|
|||||||
${TMACDIR}/tmac.doc
|
${TMACDIR}/tmac.doc
|
||||||
.endif
|
.endif
|
||||||
MANTARGET?= cat
|
MANTARGET?= cat
|
||||||
NROFF?= nroff -Tascii
|
# LSC: On MINIX our current nroff doesn't support -Tascii
|
||||||
|
NROFF?= mandoc -Tascii
|
||||||
GROFF?= groff -Tascii
|
GROFF?= groff -Tascii
|
||||||
TBL?= tbl
|
TBL?= tbl
|
||||||
|
|
||||||
|
@ -30,7 +30,8 @@ CATDEPS?= ${TMACDIR}/andoc.tmac ${TMACDIR}/doc.tmac
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
MANTARGET?= cat
|
MANTARGET?= cat
|
||||||
NROFF?= nroff -Tascii
|
# LSC: On MINIX our current nroff doesn't support -Tascii
|
||||||
|
NROFF?= mandoc -Tascii
|
||||||
GROFF?= groff -Tascii
|
GROFF?= groff -Tascii
|
||||||
TBL?= tbl
|
TBL?= tbl
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user