summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2017-06-21 10:27:18 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-07-18 21:51:43 +0000
commitbed931c91f4e5471bbb9f0b5f6bfe3e166858da7 (patch)
tree1fa355443c950ee7a86dbd313c8da692282eb011 /Makefile-man.am
parent2a9689b76a52bda06a45665d3ad77be06f1b1c2e (diff)
downloadostree-bed931c91f4e5471bbb9f0b5f6bfe3e166858da7.tar.gz
build: Don't distribute generated man pages
We build them in "make" and clean them in "make clean", so there doesn't seem much point in shipping them pre-generated in the tarball. Signed-off-by: Simon McVittie <smcv@debian.org> Closes: #1013 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 93779509..b3881526 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -46,7 +46,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) $(man1_MANS:.1=.xml) $(man5_MANS:.5=.xml)
+EXTRA_DIST += $(man1_MANS:.1=.xml) $(man5_MANS:.5=.xml)
XSLT_STYLESHEET = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl