doc/Makefile.am: Create directory for pdf output
authorIan Abbott <abbotti@mev.co.uk>
Mon, 23 Apr 2012 16:52:06 +0000 (17:52 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 23 Apr 2012 16:52:06 +0000 (17:52 +0100)
commit31b558634a25e04ce633ae4c80464571e807da71
treede07e3dd674cd5140d885632e117c100043f9a9f
parentbe02f1a3d66d5b420f3bd51ffd66ee32fbb3c325
doc/Makefile.am: Create directory for pdf output

dblatex is passed the option `-o $(srcdir)/pdf`, but if this directory
does not exist, the PDF file is created with the name 'pdf' in
$(srcdir).  Make the directory so that the -o option treats the
specified name as an output directory instead of an output filename.
doc/Makefile.am