Don't use -I with $(NROFF), old versions of groff and traditional

nroff don't support it.
This commit is contained in:
Markus Armbruster 2006-05-24 19:55:05 +00:00
parent 320a265d2f
commit b01382cdcc

View file

@ -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, $^) $< >$@