build: prefer '$(top_srcdir)/doc' over '$(srcdir)' in doc Makefile
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 29 Aug 2012 12:01:12 +0000 (14:01 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 30 Aug 2012 13:21:59 +0000 (15:21 +0200)
commit08d428c2d33faa51ae555f2f335c15c0c8ad3acd
treeefcbcbd7cc13a12f9b60aba2353bc67ad82a817f
parente8c41cf753cca5ed8afbea94cba1543f62fc7557
build: prefer '$(top_srcdir)/doc' over '$(srcdir)' in doc Makefile

This is just a preparatory refactoring that will become useful in
a future change (in which the doc/Makefile.am makefile will be merged
with the top-level one).

* doc/Makefile.am (doc_srcdir): New, define to '$(top_srcdir)/doc'.
Use it throughout instead of "bare" '$(srcdir)'.
doc/Makefile.am