~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile.am
2
2
# Automake file for Wireshark documentation
3
3
#
4
 
# $Id: Makefile.am 18271 2006-05-31 19:12:15Z gerald $
 
4
# $Id: Makefile.am 20261 2007-01-02 06:49:40Z guy $
5
5
#
6
6
# Wireshark - Network traffic analyzer
7
7
# By Gerald Combs <gerald@wireshark.org>
65
65
        wireshark-filter.pod > ../wireshark-filter.html
66
66
 
67
67
wireshark-filter.pod: wireshark-filter.pod.template  ../tshark
68
 
        ../tshark -G fields | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/wireshark-filter.pod.template > wireshark-filter.pod
 
68
        WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 ../tshark -G fields | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/wireshark-filter.pod.template > wireshark-filter.pod
69
69
 
70
70
../capinfos.1: capinfos.pod ../config.h
71
71
        $(POD2MAN)                                      \