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
This commit is contained in:
parent
2a9689b76a
commit
bed931c91f
|
|
@ -46,7 +46,7 @@ man5_files = ostree.repo.5 ostree.repo-config.5
|
||||||
man1_MANS = $(addprefix man/,$(man1_files))
|
man1_MANS = $(addprefix man/,$(man1_files))
|
||||||
man5_MANS = $(addprefix man/,$(man5_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
|
XSLT_STYLESHEET = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue