Skip to content
Snippets Groups Projects
Commit 5b209f0c authored by Guido Trotter's avatar Guido Trotter
Browse files

Remove mkdir from man/Makefile.am because mktemp creates the directory before.

Thanks to Christoph Rauch for reporting the problem.

Reviewed-By: iustinp
parent 26c7e094
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@ MAINTAINERCLEANFILES = *.in
# Wrapper around docbook2man to control the output's filename
%.in: %.sgml footer.sgml
tmpdir=`mktemp -d "./manbuildXXXXXX"` && \
mkdir "$$tmpdir" && \
docbook2man -o "$$tmpdir" $< && \
ok= && \
for check in `basename $< .sgml`.{7,8}; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment