fixed docs for 'make distcheck' after 'make clean'
This commit is contained in:
parent
16d751c7d3
commit
d22c4b1483
|
@ -113,9 +113,11 @@ if ENABLE_MAN
|
|||
theMANS += libpsl.3
|
||||
man_MANS += docs $(theMANS)
|
||||
|
||||
%.3:
|
||||
#.xml.3:
|
||||
@file=xml/`echo $@|cut -d'.' -f1`.xml; \
|
||||
# make distcheck -jn randomly breaks
|
||||
.NOTPARALLEL:
|
||||
|
||||
%.3: sgml-build.stamp
|
||||
@file=xml/`basename $@|cut -d'.' -f1`.xml; \
|
||||
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $$file
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue