diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-03-07 20:39:38 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-03-07 20:39:38 +0100 |
commit | 7aaba0ccbdd90220f406ad5e8ce77771f081a121 (patch) | |
tree | aa3b1da339b372f4e3458fb1979f6954497390c3 /doc/Makefile.am | |
parent | eb1ace98ed5f372ecfaa3c04ea63731856d6ac75 (diff) |
fix building in separate build directory
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index e3f3bad2..7b10a9cc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -40,5 +40,5 @@ EXTRA_DIST = \ Dpid.txt \ README -dillo.1: dillo.1.in Makefile - sed 's%/usr/local%${prefix}%g' < dillo.1.in > dillo.1 +dillo.1: $(srcdir)/dillo.1.in Makefile + sed 's%/usr/local%${prefix}%g' < $(srcdir)/dillo.1.in > dillo.1 |