From 7e65331c7a6a7a3c2e70b072241db5742c1cb27d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 23 May 2019 09:20:03 -0400 Subject: Makefile: Fix texinfo include file declaration. Now 'make' will automatically rebuild the docs when, say, doc/api.texi is modified. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d912ce9..61c92a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,7 @@ endif info_TEXINFOS = doc/guile-sdl2.texi -chickadee_TEXINFOS = \ +doc_guile_sdl2_TEXINFOS = \ doc/fdl.texi \ doc/api.texi \ doc/guile-sdl2.texi -- cgit v1.2.3