1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Patch up doc/Makefile.in:

- Add --no-split to the makeinfo command-line.
- Remove m4.info* before generating info file from .texi.
This commit is contained in:
Masafumi Max NAKANE 1997-06-16 08:19:15 +00:00
parent 68f4a46e04
commit 985ca30b73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6955

11
devel/m4/files/patch-aa Normal file
View File

@ -0,0 +1,11 @@
--- 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