mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
build: Actually distribute man page XML source
The make substitution pattern was wrong. The source files are "ostree.xml", not "ostree.1.xml", for instance. Closes: #488 Approved by: cgwalters
This commit is contained in:
parent
7adc943596
commit
39918179d1
@ -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) $(man1_MANS:=.xml) $(man5_MANS:=.xml)
|
||||
EXTRA_DIST += $(man1_MANS) $(man5_MANS) $(man1_MANS:.1=.xml) $(man5_MANS:.5=.xml)
|
||||
|
||||
XSLT_STYLESHEET = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user