diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-12-31 15:02:02 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-12-31 15:02:02 -0500 |
commit | 9ec24e3f997e40ebde5e8b0057e0324e21fd93a4 (patch) | |
tree | 16ce8bff12a8b79be8af7126b9bf3758e0b5f3ce /Makefile.am | |
parent | d6bbb138c60a35cbb33244767ea6156d88cf0c25 (diff) |
Add the beginning of a manual.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4412978..4dbaf71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,6 +76,13 @@ SOURCES += \ endif +info_TEXINFOS = doc/guile-sdl2.texi + +chickadee_TEXINFOS = \ + doc/fdl.texi \ + doc/api.texi \ + doc/guile-sdl2.texi + EXTRA_DIST += \ pre-inst-env.in \ README \ |