mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
Step 0: pkgtools/bootstrap-mk-files
This commit is contained in:
parent
5f9af68f96
commit
4c29fc3eef
@ -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