From d22c4b1483e31eee6490a9e567e32e5c6ea505d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Wed, 21 Jan 2015 17:02:27 +0100 Subject: [PATCH] fixed docs for 'make distcheck' after 'make clean' --- docs/libpsl/Makefile.am | 8 +++++--- docs/libpsl/libpsl.types | 0 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 docs/libpsl/libpsl.types diff --git a/docs/libpsl/Makefile.am b/docs/libpsl/Makefile.am index 97279b5..9812d70 100644 --- a/docs/libpsl/Makefile.am +++ b/docs/libpsl/Makefile.am @@ -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 diff --git a/docs/libpsl/libpsl.types b/docs/libpsl/libpsl.types new file mode 100644 index 0000000..e69de29