freebsd-ports/devel/m4/files/patch-aa
Masafumi Max NAKANE 985ca30b73 Patch up doc/Makefile.in:
- Add --no-split to the makeinfo command-line.
- Remove m4.info* before generating info file from .texi.
1997-06-16 08:19:15 +00:00

11 lines
292 B
Text

--- doc/Makefile.in.orig Sun Nov 6 05:52:26 1994
+++ doc/Makefile.in Mon Jun 16 16:08:39 1997
@@ -40,7 +40,7 @@
info: m4.info
m4.info: m4.texinfo version.texi
- cd $(srcdir) && $(MAKEINFO) m4.texinfo
+ cd $(srcdir) && rm -f m4.info* && $(MAKEINFO) --no-split m4.texinfo
dvi: m4.dvi