libctf: merge doc subdir up a level

This avoids a recursive make into the doc subdir and speeds up the
build slightly.  It also allows for more parallelism.
This commit is contained in:
Mike Frysinger
2021-11-29 20:44:07 -05:00
parent ab557072b8
commit 1eaa86a6d5
5 changed files with 410 additions and 1014 deletions

View File

@@ -290,7 +290,7 @@ fi
AC_SUBST(VERSION_FLAGS)
AC_SUBST(VERSION_FLAGS_NOBFD)
AC_CONFIG_FILES(Makefile doc/Makefile)
AC_CONFIG_FILES(Makefile)
AC_CONFIG_HEADERS(config.h)
AC_OUTPUT