summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorDan Nicholson <nicholson@endlessm.com>2016-09-01 11:29:26 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2016-09-01 19:03:23 +0000
commit7adc9435969009b02ec2d6f9e647a1b88fc77d79 (patch)
treea4fcd128b23b413982f9ea1e8d33e782d7093ab5 /Makefile-man.am
parent973ec467ceffeeead31689167df67945e72e7273 (diff)
downloadostree-7adc9435969009b02ec2d6f9e647a1b88fc77d79.tar.gz
build: Distribute man page XML source
Without this, the manual pages can't actually be regenerated from a dist tarball, and running make clean will remove all traces of them. Closes: #486 Approved by: cgwalters
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index ce7e93cd..99d67753 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -40,7 +40,7 @@ man5_files = ostree.repo.5 ostree.repo-config.5
man1_MANS = $(addprefix man/,$(man1_files))
man5_MANS = $(addprefix man/,$(man5_files))
-EXTRA_DIST += $(man1_MANS) $(man5_MANS)
+EXTRA_DIST += $(man1_MANS) $(man5_MANS) $(man1_MANS:=.xml) $(man5_MANS:=.xml)
XSLT_STYLESHEET = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl