mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -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
|
||||
.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