Hmmm, suffix rules don't have dependencies, only prerequisites.
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 11 Feb 2010 17:25:40 +0000 (17:25 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 11 Feb 2010 17:25:40 +0000 (17:25 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31866 f5534014-38df-0310-8fa8-9805f1628bb7

doc/Makefile.am

index 6de21269266ad16a722da48e3d398efa55c539ce..523b82cca3c2fbd17b586db13a4d0dd43aca9cf5 100644 (file)
@@ -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                              \