summaryrefslogtreecommitdiffstats
path: root/devel/m4/files
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-06-16 08:19:15 +0000
committermax <max@FreeBSD.org>1997-06-16 08:19:15 +0000
commit7ab307fcf9920d7f27f349a2d5e8b5504009c38f (patch)
treee37f197b2506f594a8119b5f313240722ee00625 /devel/m4/files
parent004c553b0199c9645873c6dca720682ec0ff5ff2 (diff)
downloadFreeBSD-ports-7ab307fcf9920d7f27f349a2d5e8b5504009c38f.zip
FreeBSD-ports-7ab307fcf9920d7f27f349a2d5e8b5504009c38f.tar.gz
Patch up doc/Makefile.in:
- Add --no-split to the makeinfo command-line. - Remove m4.info* before generating info file from .texi.
Diffstat (limited to 'devel/m4/files')
-rw-r--r--devel/m4/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/m4/files/patch-aa b/devel/m4/files/patch-aa
new file mode 100644
index 0000000..d115919
--- /dev/null
+++ b/devel/m4/files/patch-aa
@@ -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
+
OpenPOWER on IntegriCloud