build: tiny reduction in code duplication
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 3 May 2013 18:56:02 +0000 (20:56 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 3 May 2013 18:56:02 +0000 (20:56 +0200)
commitdc3cdb1d53c51c95981dbf77b05f70e4040075b9
tree5487dac29f017018c915bf4b3782d2fff479d74c
parent425fe1e87a78985c0d51ebb185793e57cdd433da
build: tiny reduction in code duplication

The code was only duplicated two times, but we are soon going to
need a third occurrence, and that would be one to much.

* Makefile.am (extend_path): New.
(update_mans): Use it instead of copying & pasting its contents.
($(srcdir)/doc/amhello-1.0.tar.gz): Likewise, and minor related
adjustments.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am