summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-10-09 18:14:18 +0000
committerwosch <wosch@FreeBSD.org>1997-10-09 18:14:18 +0000
commit0145bd0653537c123c026806c8bd7c83575d0947 (patch)
treeee763b8e2c5b1dd53cda458286300a99c5a79a68 /share/mk
parenta690a4e2f7b45134904fb444ef25c21bd4067602 (diff)
downloadFreeBSD-src-0145bd0653537c123c026806c8bd7c83575d0947.zip
FreeBSD-src-0145bd0653537c123c026806c8bd7c83575d0947.tar.gz
Bugfix for rev 1.41:
makeinfo does not understand the tex command \input
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.info.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index 0fa2256..e77408a 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 <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
OpenPOWER on IntegriCloud