From 6dd5fd5a643c50aff3303ba2add3b6cc7588df78 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 22 Feb 2016 15:34:39 -0700 Subject: fix documentation building An earlier patch added --disable-docs, but went too far, making it impossible to build the docs. It turns out that Automake seemingly has a bug preventing the conditional build of an info file. So, this patch works around the bug by putting the info_TEXINFOS rule into a new doc/Makefile.am. Tested by building with and without --disable-docs and looking for the existence of doc/libffi.info. --- doc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/Makefile.am (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..43b650a --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,3 @@ +## Process this with automake to create Makefile.in + +info_TEXINFOS = libffi.texi -- cgit v1.2.1