Commit cdbe5577 authored by Pieter Hintjens's avatar Pieter Hintjens

Problem: does not install man pages correctly when out of tree

Solution: fix Makefile.am

As per Richard Sharpe on zeromq-dev.
parent d846fbf1
...@@ -50,5 +50,5 @@ SUFFIXES=.html .txt .xml .3 .7 ...@@ -50,5 +50,5 @@ SUFFIXES=.html .txt .xml .3 .7
.xml.7: .xml.7:
xmlto man $< xmlto man $<
zmq_epgm.7: zmq_pgm.7 zmq_epgm.7: zmq_pgm.7
cp zmq_pgm.7 $@ cp $< $@
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment