build: Rename doc/ -> apidoc/

This is preparation for introducing a `mkdocs` manual under `doc/`
which should be significantly more useful for the world at large than
the minimal manual that exists there now.
This commit is contained in:
Colin Walters 2016-01-27 13:29:21 -05:00
parent 313b4720e8
commit 32c360b5a0
11 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,7 @@ DISTCHECK_CONFIGURE_FLAGS += --enable-gtk-doc --disable-maintainer-mode
SUBDIRS += . SUBDIRS += .
if ENABLE_GTK_DOC if ENABLE_GTK_DOC
SUBDIRS += doc SUBDIRS += apidoc
endif endif
EXTRA_DIST += autogen.sh COPYING README.md EXTRA_DIST += autogen.sh COPYING README.md

View File

View File

@ -232,7 +232,7 @@ AM_CONDITIONAL(BUILDOPT_STATIC_DELTAS, test x$enable_static_deltas = xyes)
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
doc/Makefile apidoc/Makefile
src/libostree/ostree-1.pc src/libostree/ostree-1.pc
]) ])
AC_OUTPUT AC_OUTPUT
@ -248,7 +248,8 @@ echo "
SELinux: $with_selinux SELinux: $with_selinux
libarchive (parse tar files directly): $with_libarchive libarchive (parse tar files directly): $with_libarchive
static deltas: $enable_static_deltas static deltas: $enable_static_deltas
documentation: $enable_gtk_doc man pages (xsltproc): $XSLTPROC
api docs (gtk-doc): $enable_gtk_doc
gjs-based tests: $have_gjs gjs-based tests: $have_gjs
dracut: $with_dracut dracut: $with_dracut
mkinitcpio: $with_mkinitcpio" mkinitcpio: $with_mkinitcpio"