Rewrite automake's data installation rules, because they suck.
authorJosh Triplett <josh@freedesktop.org>
Thu, 23 Nov 2006 10:11:02 +0000 (02:11 -0800)
committerJosh Triplett <josh@freedesktop.org>
Thu, 23 Nov 2006 10:11:56 +0000 (02:11 -0800)
commit30c768b322f613d697a61997e081a19aecd0b07f
tree26f6bf832cf20b044b0b15f833ed8564c73dc26f
parentaf3a15838fc7dc5b4e52197854deb54da6baeaf1
Rewrite automake's data installation rules, because they suck.

Specifically, they didn't handle installing data from both srcdir and builddir.
We have the tutorial in the srcdir, and build the manual in the builddir.

Also, stop rebuilding the manual for each make target in the doc directory, and
every time any of those targets get called.  This change now makes the manual
never rebuild once built; we plan to fix that later, by rewriting the makefiles
to avoid recursive make, and then making the manual depend on the source files.

Commit by Jamey Sharp and Josh Triplett.
doc/Makefile.am