commit e505667ff90817556e19fdd6920254b34f555945 parent 584a8c37996fd61dc1fd60761de3a64b1c38eda7 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 31 Oct 2019 12:23:14 +0100 add doc/ Diffstat:
| M | configure.ac | | | 1 | + |
| A | doc/Makefile.am | | | 1 | + |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac @@ -139,5 +139,6 @@ LIBS=$LIBS_SAVE AC_CONFIG_FILES([Makefile + doc/Makefile src/Makefile]) AC_OUTPUT diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = .