Move gtk-doc into api-doc

Since that's all it is now, we use mkdocs for the manual.
This commit is contained in:
Colin Walters 2016-03-09 11:20:06 -05:00
parent d06c5d694b
commit e66333393e
9 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ include Makefile-decls.am
SUBDIRS += . SUBDIRS += .
if ENABLE_GTK_DOC if ENABLE_GTK_DOC
SUBDIRS += doc SUBDIRS += api-doc
endif endif
ACLOCAL_AMFLAGS += -I m4 ${ACLOCAL_FLAGS} ACLOCAL_AMFLAGS += -I m4 ${ACLOCAL_FLAGS}

View File

@ -107,7 +107,7 @@ if test x$enable_compose_tooling != xno; then RPM_OSTREE_FEATURES="$RPM_OSTREE_F
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
doc/Makefile api-doc/Makefile
src/lib/rpm-ostree-1.pc src/lib/rpm-ostree-1.pc
]) ])
AC_OUTPUT AC_OUTPUT