fixed docs for 'make distcheck' after 'make clean'

This commit is contained in:
Tim Rühsen 2015-01-21 17:02:27 +01:00
parent 16d751c7d3
commit d22c4b1483
2 changed files with 5 additions and 3 deletions

View File

@ -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

0
docs/libpsl/libpsl.types Normal file
View File