diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-03-09 18:53:42 +0100 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-03-09 18:53:42 +0100 |
commit | ca70b40383fd12ce866054dd87cecb3d732c8d9f (patch) | |
tree | cc9bd0796b15c648ba4d18f1469d3a3bd61b484b | |
parent | 1aee86408d575d6572b071d7564da7f006d1757e (diff) |
Hack, zmq_epgm.7 needs to be copied from zmq_pgm.7
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 5a4e3ea..3e43775 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 |