Commit ac99d50a authored by Trevor Bernard's avatar Trevor Bernard

Merge pull request #1142 from hintjens/master

Problem: does not install man pages correctly when out of tree
parents 817912d7 cdbe5577
...@@ -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