Bugfix for rev 1.41:

makeinfo does not understand the tex command \input
This commit is contained in:
Wolfram Schneider 1997-10-09 18:14:18 +00:00
parent 39573938db
commit 8d20e51f0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30251

View File

@ -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 <bsd.info.mk> 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