summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-03-09 18:58:59 +0100
committerMartin Lucina <mato@kotelna.sk>2010-03-09 18:58:59 +0100
commitedebff902a9785ecdb3a27f6a78ac7cc68b38a56 (patch)
tree094dcc168bdab4a89ef19a3f49ef96e79894afea /doc/Makefile.am
parentca70b40383fd12ce866054dd87cecb3d732c8d9f (diff)
Add dependency for zmq_epgm.7
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3e43775..0e40813 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -41,6 +41,6 @@ SUFFIXES=.html .txt .xml .1 .3 .7
xmlto man $<
.xml.7:
xmlto man $<
-zmq_epgm.7:
+zmq_epgm.7: zmq_pgm.7
cp zmq_pgm.7 $@
endif