Bugfix for rev 1.41:
makeinfo does not understand the tex command \input
This commit is contained in:
parent
7ffaedef28
commit
7ef7b7d0dd
@ -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.
|
# The include file <bsd.info.mk> handles installing GNU (tech)info files.
|
||||||
# Texinfo is a documentation system that uses a single source
|
# Texinfo is a documentation system that uses a single source
|
||||||
@ -170,7 +170,7 @@ distribute: _SUBDIR
|
|||||||
.if defined(SRCS)
|
.if defined(SRCS)
|
||||||
CLEANFILES+= ${INFO}.texi
|
CLEANFILES+= ${INFO}.texi
|
||||||
${INFO}.texi: ${SRCS}
|
${INFO}.texi: ${SRCS}
|
||||||
echo "\\input ${SRCS}" > ${.TARGET}
|
cat ${.ALLSRC} > ${.TARGET}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
depend: _SUBDIR
|
depend: _SUBDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user