mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: does not install man pages correctly when out of tree
Solution: fix Makefile.am As per Richard Sharpe on zeromq-dev.
This commit is contained in:
parent
d846fbf107
commit
cdbe557727
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user