Fixed breakage of cross-compiling in previous commit. The installed

version of makeinfo must be used.  The fix breaks bootstrapping of
texinfo by a simple `make' in the texinfo directory -- `make world'
must be used to bootstrap it if you don't know how to do it manually.

Fixed at least 7 style bugs in previous commit.
This commit is contained in:
Bruce Evans 1999-01-19 23:36:05 +00:00
parent 441e39d74a
commit 5338f6a1e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42868

View File

@ -1,13 +1,11 @@
# $Id$
# $Id: Makefile,v 1.9 1999/01/14 20:00:43 markm Exp $
INFO= info-stnd info texinfo
INFO= info info-stnd texinfo
MAKEINFO= ../makeinfo/makeinfo
CLEANFILES+= ${.OBJDIR}/texinfo.texi
CLEANFILES= texinfo.texi
texinfo.texi: texinfo.txi
@ln -sf ${.OODATE} ${.TARGET}
ln -fs ${.ALLSRC} ${.TARGET}
.include <bsd.info.mk>