pass MAKEINFO macro on info

This commit is contained in:
K. Richard Pixley 1992-03-14 03:08:29 +00:00
parent 5b4c9f7763
commit 95a925b8f1
2 changed files with 8 additions and 1 deletions

View file

@ -1,8 +1,15 @@
<<<<<<< ChangeLog
Fri Mar 13 15:45:44 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: pass down MAKEINFO explicitly on info.
=======
Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* flonum-const.c: renamed flonum-konst.c to stop dos name
conflict.
>>>>>>> 1.43
Wed Mar 11 23:32:42 1992 K. Richard Pixley (rich@cygnus.com)
* configure.in: vxworks68 gets te-sun3.h.

View file

@ -168,7 +168,7 @@ all: as.new
(cd doc ; $(MAKE) all)
info:
(cd doc ; $(MAKE) info)
(cd doc ; $(MAKE) info "MAKEINFO=$(MAKEINFO)")
install-info:
(cd doc ; $(MAKE) install-info)