summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-01-27 13:29:21 -0500
committerColin Walters <walters@verbum.org>2016-01-28 09:31:34 -0500
commit32c360b5a0188ec0139218d53db7767698c8bef6 (patch)
tree0cc0c379187813072da649cb8631658bdfc5b081
parent313b4720e8b76abf8b7840e79a7a8a0662a82edb (diff)
downloadostree-32c360b5a0188ec0139218d53db7767698c8bef6.tar.gz
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.
-rw-r--r--Makefile.am2
-rw-r--r--apidoc/.gitignore (renamed from doc/.gitignore)0
-rw-r--r--apidoc/Makefile.am (renamed from doc/Makefile.am)0
-rw-r--r--apidoc/adapting-existing.xml (renamed from doc/adapting-existing.xml)0
-rw-r--r--apidoc/atomic-upgrades.xml (renamed from doc/atomic-upgrades.xml)0
-rw-r--r--apidoc/deployment.xml (renamed from doc/deployment.xml)0
-rw-r--r--apidoc/ostree-docs.xml (renamed from doc/ostree-docs.xml)0
-rw-r--r--apidoc/ostree-sections.txt (renamed from doc/ostree-sections.txt)0
-rw-r--r--apidoc/overview.xml (renamed from doc/overview.xml)0
-rw-r--r--apidoc/repo.xml (renamed from doc/repo.xml)0
-rw-r--r--configure.ac5
11 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 172af0b2..da904da2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ DISTCHECK_CONFIGURE_FLAGS += --enable-gtk-doc --disable-maintainer-mode
SUBDIRS += .
if ENABLE_GTK_DOC
-SUBDIRS += doc
+SUBDIRS += apidoc
endif
EXTRA_DIST += autogen.sh COPYING README.md
diff --git a/doc/.gitignore b/apidoc/.gitignore
index e0b4a4a6..e0b4a4a6 100644
--- a/doc/.gitignore
+++ b/apidoc/.gitignore
diff --git a/doc/Makefile.am b/apidoc/Makefile.am
index c40057e0..c40057e0 100644
--- a/doc/Makefile.am
+++ b/apidoc/Makefile.am
diff --git a/doc/adapting-existing.xml b/apidoc/adapting-existing.xml
index 5d1e0011..5d1e0011 100644
--- a/doc/adapting-existing.xml
+++ b/apidoc/adapting-existing.xml
diff --git a/doc/atomic-upgrades.xml b/apidoc/atomic-upgrades.xml
index fd949fbf..fd949fbf 100644
--- a/doc/atomic-upgrades.xml
+++ b/apidoc/atomic-upgrades.xml
diff --git a/doc/deployment.xml b/apidoc/deployment.xml
index 489850ae..489850ae 100644
--- a/doc/deployment.xml
+++ b/apidoc/deployment.xml
diff --git a/doc/ostree-docs.xml b/apidoc/ostree-docs.xml
index d2e9f7b8..d2e9f7b8 100644
--- a/doc/ostree-docs.xml
+++ b/apidoc/ostree-docs.xml
diff --git a/doc/ostree-sections.txt b/apidoc/ostree-sections.txt
index 4b22e25b..4b22e25b 100644
--- a/doc/ostree-sections.txt
+++ b/apidoc/ostree-sections.txt
diff --git a/doc/overview.xml b/apidoc/overview.xml
index 94bf9c78..94bf9c78 100644
--- a/doc/overview.xml
+++ b/apidoc/overview.xml
diff --git a/doc/repo.xml b/apidoc/repo.xml
index 5379d3a0..5379d3a0 100644
--- a/doc/repo.xml
+++ b/apidoc/repo.xml
diff --git a/configure.ac b/configure.ac
index 46b77fbf..140b6c21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -232,7 +232,7 @@ AM_CONDITIONAL(BUILDOPT_STATIC_DELTAS, test x$enable_static_deltas = xyes)
AC_CONFIG_FILES([
Makefile
-doc/Makefile
+apidoc/Makefile
src/libostree/ostree-1.pc
])
AC_OUTPUT
@@ -248,7 +248,8 @@ echo "
SELinux: $with_selinux
libarchive (parse tar files directly): $with_libarchive
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
dracut: $with_dracut
mkinitcpio: $with_mkinitcpio"