mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -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
|
||||
.endif
|
||||
MANTARGET?= cat
|
||||
NROFF?= nroff -Tascii
|
||||
# LSC: On MINIX our current nroff doesn't support -Tascii
|
||||
NROFF?= mandoc -Tascii
|
||||
GROFF?= groff -Tascii
|
||||
TBL?= tbl
|
||||
|
||||
|
@ -30,7 +30,8 @@ CATDEPS?= ${TMACDIR}/andoc.tmac ${TMACDIR}/doc.tmac
|
||||
.endif
|
||||
|
||||
MANTARGET?= cat
|
||||
NROFF?= nroff -Tascii
|
||||
# LSC: On MINIX our current nroff doesn't support -Tascii
|
||||
NROFF?= mandoc -Tascii
|
||||
GROFF?= groff -Tascii
|
||||
TBL?= tbl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user