summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2015-01-30 14:19:04 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2015-01-30 15:27:36 +0100
commit7ebf7676cb9a977ba01fe79b1897082f105453ff (patch)
tree30704da8622e088ed698040a55d6fea83b2fb5a4
parent5b4500faf6f9c59246689253b919514556a47f8f (diff)
downloadostree-7ebf7676cb9a977ba01fe79b1897082f105453ff.tar.gz
Fix make distcheck
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r--Makefile-libostree.am2
-rw-r--r--doc/Makefile.am18
2 files changed, 12 insertions, 8 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 57408fef..7985f0a9 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -150,7 +150,7 @@ libostree_1_la_LIBADD += $(GPGME_LIBS)
gpgreadme_DATA = src/libostree/README-gpg
gpgreadmedir = $(pkgdatadir)/trusted.gpg.d
-EXTRA_DIST += src/libostree/README-gpg
+EXTRA_DIST += src/libostree/README-gpg src/libostree/bupsplit.h
endif
install-mkdir-remotes-d-hook:
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1179a914..5e5e3867 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -125,11 +125,11 @@ version.xml:
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
-man1_MANS =
+man1_MANS = ostree.1 ostree-admin-cleanup.1 ostree-admin-config-diff.1 ostree-admin-deploy.1 ostree-admin-init-fs.1 ostree-admin-instutil.1 ostree-admin-os-init.1 ostree-admin-status.1 ostree-admin-set-origin.1 ostree-admin-switch.1 ostree-admin-undeploy.1 ostree-admin-upgrade.1 ostree-admin.1 ostree-cat.1 ostree-checkout.1 ostree-checksum.1 ostree-commit.1 ostree-config.1 ostree-diff.1 ostree-fsck.1 ostree-init.1 ostree-log.1 ostree-ls.1 ostree-prune.1 ostree-pull-local.1 ostree-pull.1 ostree-refs.1 ostree-remote.1 ostree-reset.1 ostree-rev-parse.1 ostree-show.1 ostree-summary.1 ostree-static-delta.1 ostree-trivial-httpd.1
-if ENABLE_GTK_DOC
-man1_MANS += ostree.1 ostree.repo.5 ostree.repo-config.5 ostree-admin-cleanup.1 ostree-admin-config-diff.1 ostree-admin-deploy.1 ostree-admin-init-fs.1 ostree-admin-instutil.1 ostree-admin-os-init.1 ostree-admin-status.1 ostree-admin-set-origin.1 ostree-admin-switch.1 ostree-admin-undeploy.1 ostree-admin-upgrade.1 ostree-admin.1 ostree-cat.1 ostree-checkout.1 ostree-checksum.1 ostree-commit.1 ostree-config.1 ostree-diff.1 ostree-fsck.1 ostree-init.1 ostree-log.1 ostree-ls.1 ostree-prune.1 ostree-pull-local.1 ostree-pull.1 ostree-refs.1 ostree-remote.1 ostree-reset.1 ostree-rev-parse.1 ostree-show.1 ostree-summary.1 ostree-static-delta.1 ostree-trivial-httpd.1
+man5_MANS = ostree.repo.5 ostree.repo-config.5
+if ENABLE_GTK_DOC
XSLTPROC_FLAGS = \
--nonet \
@@ -147,17 +147,21 @@ XSLTPROC_MAN = \
.xml.5:
$(AM_V_GEN) $(XSLTPROC_MAN) $<
+CLEANFILES += \
+ $(man1_MANS) \
+ $(man5_MANS) \
+ $(NULL)
+
endif # ENABLE_GTK_DOC
MAN_IN_FILES = \
$(man1_MANS:.1=.xml) \
- $(NULL)
-
-CLEANFILES += \
- $(man1_MANS) \
+ $(man5_MANS:.5=.xml) \
$(NULL)
EXTRA_DIST += \
$(MAN_IN_FILES) \
version.xml \
+ ostree.xml \
+ ostree-sections.txt \
$(NULL)