configure: Create "doc" directory in build directory.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 8 Mar 2015 20:34:10 +0000 (13:34 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 8 Mar 2015 20:34:10 +0000 (13:34 -0700)
commit2db4d52d01587c430f02c338250949653ee818e6
tree6a106aecdfb59744b3b43b0c309fbada473c53d9
parent5ce0aa4323a1caafd709713671bae889e8410057
configure: Create "doc" directory in build directory.

Otherwise we get build failures from the autobuilder when the rule
in gui/automake.mk tries to create doc/help-pages-list.  Problem
introduced in commit 531de52e961c (PsppireDialog: New property:
help-page).

Developers probably didn't notice this problem because they probably
already had doc/ directories in their build directories due to
building PDF versions of the documentation at one time or another, or
because they do builds in the source directory.

Found by examining autobuilder failures.
configure.ac