From: Dan Nicholson Date: Thu, 1 Sep 2016 18:29:26 +0000 (-0700) Subject: build: Distribute man page XML source X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~47^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7adc9435969009b02ec2d6f9e647a1b88fc77d79;p=ostree.git 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 --- 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