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
|
theMANS += libpsl.3
|
||||||
man_MANS += docs $(theMANS)
|
man_MANS += docs $(theMANS)
|
||||||
|
|
||||||
%.3:
|
# make distcheck -jn randomly breaks
|
||||||
#.xml.3:
|
.NOTPARALLEL:
|
||||||
@file=xml/`echo $@|cut -d'.' -f1`.xml; \
|
|
||||||
|
%.3: sgml-build.stamp
|
||||||
|
@file=xml/`basename $@|cut -d'.' -f1`.xml; \
|
||||||
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $$file
|
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $$file
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue