From cdbe5577273af1c87301644c4bd4db6ecfbc3e08 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Fri, 25 Jul 2014 21:39:51 +0200 Subject: [PATCH] Problem: does not install man pages correctly when out of tree Solution: fix Makefile.am As per Richard Sharpe on zeromq-dev. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 21393597..f52cec34 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -50,5 +50,5 @@ SUFFIXES=.html .txt .xml .3 .7 .xml.7: xmlto man $< zmq_epgm.7: zmq_pgm.7 - cp zmq_pgm.7 $@ + cp $< $@ endif