diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-10-09 18:14:18 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-10-09 18:14:18 +0000 |
| commit | 8d20e51f0ab610c8dde7ae93f5ca3b6522d8d217 (patch) | |
| tree | 6741030554e0eeee7e416e32254ffd2d1a726f67 | |
| parent | 39573938db5e92a3f8888081994de33cda994ee2 (diff) | |
Notes
| -rw-r--r-- | share/mk/bsd.info.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk index 0fa2256fb4f6b..e77408a7fb31c 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 |
