Don't use -I with $(NROFF), old versions of groff and traditional
nroff don't support it.
This commit is contained in:
parent
320a265d2f
commit
b01382cdcc
1 changed files with 1 additions and 2 deletions
3
Make.mk
3
Make.mk
|
@ -235,8 +235,7 @@ endif
|
|||
|
||||
|
||||
info.nr/%: info/%.t
|
||||
$(NROFF) -I $(srcdir)/info $(filter %/CRT.MAC, $^) $< | $(AWK) -f $(filter %/Blank.awk, $^) >$@
|
||||
# FIXME AT&T nroff doesn't grok -I
|
||||
(cd $(srcdir)/info && $(NROFF) CRT.MAC $(notdir $< )) | $(AWK) -f $(filter %/Blank.awk, $^) >$@
|
||||
|
||||
info.html/%.html: info/%.t
|
||||
perl $(filter %.pl, $^) $< >$@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue