aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-11 17:25:40 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-11 17:25:40 +0000
commit910a79a39e1e5fa240b6c48e3df6f61e5ad8e552 (patch)
treebe1dada09aa9b56b9e315f0a5a230e568c9ae9af /doc/Makefile.am
parent271bae5533286542c19c77e8918b1da6a96acaf7 (diff)
Hmmm, suffix rules don't have dependencies, only prerequisites.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31866 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6de2126926..523b82cca3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -101,20 +101,20 @@ AUTHORS-SHORT-FORMAT: ../AUTHORS-SHORT $(srcdir)/make-authors-format.pl
wireshark.pod: $(srcdir)/wireshark.pod.template AUTHORS-SHORT-FORMAT
cat $(srcdir)/wireshark.pod.template AUTHORS-SHORT-FORMAT > wireshark.pod
-.pod.1: ../config.h
+.pod.1:
$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
$< > $@
-.pod.4: ../config.h
+.pod.4:
$(POD2MAN) \
--section=4 \
--center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
$< > $@
-.pod.html: ../config.h $(top_srcdir)/docbook/ws.css
+.pod.html:
$(POD2HTML) \
--title="tshark - The Wireshark Network Analyzer $(VERSION)" \
--css=$(top_srcdir)/docbook/ws.css \