build: Build docs from the top-level Makefile.
authorLudovic Courtès <ludo@gnu.org>
Thu, 29 Aug 2013 19:20:51 +0000 (21:20 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 29 Aug 2013 19:58:52 +0000 (21:58 +0200)
commita9424c0887f688e812e498a2556df4b1d9218268
tree395f024c1dd65db7a393c9dbb906e548b9f41b2f
parent88bd1804a25056591237c4163faeb4e42449244d
build: Build docs from the top-level Makefile.

This undoes commit 575ed8d ("doc: Create own Makefile.am in subdirectory."),
and fixes a bug whereby "make pdf" or "make ps" wouldn't do anything.

* doc/Makefile.am: Remove.
* doc.am: New file.  Use `-local' rules to build the image.
* Makefile.am: Include it.
* configure.ac: Use `-Woverride' to avoid undesired overridding of
  Automake rules.
Makefile.am
configure.ac
doc.am [moved from doc/Makefile.am with 62% similarity]