Open janl opened 11 years ago
I used this to work around it:
> git diff
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a3075ff..44b6ab1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -19,7 +19,7 @@ AM_MAKEINFOFLAGS = --no-split
TEXI2HTML_FLAGS = -split_chapter
TEXINFO_TEX = ../build-aux/texinfo.tex
-info_TEXINFOS = autoconf.texi standards.texi
+#info_TEXINFOS = autoconf.texi standards.texi
autoconf_TEXINFOS = fdl.texi install.texi
standards_TEXINFOS = fdl.texi gnu-oids.texi make-stds.texi
Thank you.
Please contact me on IRC (whoops, I see that you did already). Maybe we should be sharing each other's build systems (i.e. SSH access) to expedite fixing these bugs.
On Mon, Apr 1, 2013 at 1:00 PM, Jan Lehnardt notifications@github.comwrote:
I used this to work around it:
git diff diff --git a/doc/Makefile.am b/doc/Makefile.am index a3075ff..44b6ab1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -19,7 +19,7 @@ AM_MAKEINFOFLAGS = --no-split TEXI2HTML_FLAGS = -split_chapter TEXINFO_TEX = ../build-aux/texinfo.tex
-info_TEXINFOS = autoconf.texi standards.texi +#info_TEXINFOS = autoconf.texi standards.texi autoconf_TEXINFOS = fdl.texi install.texi standards_TEXINFOS = fdl.texi gnu-oids.texi make-stds.texi
— Reply to this email directly or view it on GitHubhttps://github.com/iriscouch/build-couchdb/issues/77#issuecomment-15714391 .
Iris Couch
master, Mac OS X 10.7.5
yields: