From 8d20e51f0ab610c8dde7ae93f5ca3b6522d8d217 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 9 Oct 1997 18:14:18 +0000 Subject: [PATCH] Bugfix for rev 1.41: makeinfo does not understand the tex command \input --- share/mk/bsd.info.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk index 0fa2256fb4f6..e77408a7fb31 100644 --- a/share/mk/bsd.info.mk +++ b/share/mk/bsd.info.mk @@ -1,4 +1,4 @@ -# $Id: bsd.info.mk,v 1.1 1997/10/02 21:17:10 wosch Exp wosch $ +# $Id: bsd.info.mk,v 1.42 1997/10/04 13:00:56 wosch Exp $ # # The include file handles installing GNU (tech)info files. # Texinfo is a documentation system that uses a single source @@ -170,7 +170,7 @@ distribute: _SUBDIR .if defined(SRCS) CLEANFILES+= ${INFO}.texi ${INFO}.texi: ${SRCS} - echo "\\input ${SRCS}" > ${.TARGET} + cat ${.ALLSRC} > ${.TARGET} .endif depend: _SUBDIR