docs: use $(MKDIR_P), which we already check for in configure.in
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 13 Jan 2011 18:34:43 +0000 (18:34 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 14 Jan 2011 12:45:54 +0000 (12:45 +0000)
commit5277d3c23287e734f057176578787a6179c4bec8
tree133b3ca04bfeffe9dcc8f44e75298b4a648bb8bf
parentb72f6e0ca00da1dd4134e6e113ea1e656df770ed
docs: use $(MKDIR_P), which we already check for in configure.in

mkdir -p isn't 100% portable, whereas $(MKDIR_P) can either be mkdir -p,
install -d or (as a last resort) ./install-sh -d.
doc/Makefile.am