Fix for [pgpool-hackers: 1630] autoconf broken
authorMuhammad Usama <m.usama@gmail.com>
Thu, 16 Jun 2016 10:45:08 +0000 (15:45 +0500)
committerMuhammad Usama <m.usama@gmail.com>
Thu, 16 Jun 2016 10:45:08 +0000 (15:45 +0500)
commit68b88112589e91a85c73941266bbe07fd813f620
tree17d988adbfeda475ad4ee437be0bb64ac042dc34
parent226a21b19f6a59fe72599d84b4eed9185a0fa1f5
Fix for [pgpool-hackers: 1630] autoconf broken

The autoconf was failing because of the missing docbook macro (.m4) files
mistakenly left out by the sgml documentation commit.

Apart from the autoconf fix, the commit also adds a new 'make docs' build target
for building the documentation and excludes the doc directory from the default
build targets. i.e. now 'make all' will not build the documentation
Makefile.am
Makefile.in
m4/ax_check_docbook.m4 [new file with mode: 0644]
m4/docbook.m4 [new file with mode: 0644]
src/Makefile.in
src/libs/pcp/Makefile.in
src/tools/pgmd5/Makefile.in