summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-02-11 17:25:40 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-02-11 17:25:40 +0000
commit7250ab254ce528f60bb3bd9bd519e966b6273120 (patch)
treebe1dada09aa9b56b9e315f0a5a230e568c9ae9af /doc/Makefile.am
parent7e9faae9d9668d25f435681a93374060fb58eeab (diff)
downloadwireshark-7250ab254ce528f60bb3bd9bd519e966b6273120.tar.gz
Hmmm, suffix rules don't have dependencies, only prerequisites.
svn path=/trunk/; revision=31866
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 \