Hack, zmq_epgm.7 needs to be copied from zmq_pgm.7

This commit is contained in:
Martin Lucina 2010-03-09 18:53:42 +01:00
parent 1aee86408d
commit ca70b40383

View File

@ -41,4 +41,6 @@ SUFFIXES=.html .txt .xml .1 .3 .7
xmlto man $<
.xml.7:
xmlto man $<
zmq_epgm.7:
cp zmq_pgm.7 $@
endif