diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-05-23 09:20:03 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2019-05-23 09:22:03 -0400 |
commit | 7e65331c7a6a7a3c2e70b072241db5742c1cb27d (patch) | |
tree | 7ab088addd496046002363a75fee3fd886c4cbb9 | |
parent | 3d91eb43ace55bbcce85b5fcfd9dc04ba3dfe236 (diff) |
Makefile: Fix texinfo include file declaration.
Now 'make' will automatically rebuild the docs when, say, doc/api.texi
is modified.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |