diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-07-14 15:18:08 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-07-14 15:18:08 +0000 |
commit | 3fa695d39e55420ff1856d47f1cb88d0a65ddfc1 (patch) | |
tree | 3ab6779a74d29a89229d1442a7bd678f786a46f4 /doc/Makefile.am | |
parent | 3a8eea122f1a4724a9d4e87d82e1dd4aeb9bad57 (diff) | |
download | wireshark-3fa695d39e55420ff1856d47f1cb88d0a65ddfc1.tar.gz wireshark-3fa695d39e55420ff1856d47f1cb88d0a65ddfc1.tar.bz2 wireshark-3fa695d39e55420ff1856d47f1cb88d0a65ddfc1.zip |
Fix a typo.
svn path=/trunk/; revision=33520
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d4e0c954c1..ef88405808 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -274,24 +274,24 @@ CLEANFILES = \ wireshark.html \ capinfos.1 \ capinfos.html \ - editcap.1 \ - editcap.html \ - mergecap.1 \ - mergecap.html \ - tshark.1 \ - tshark.html \ - text2pcap.1 \ - text2pcap.html \ + dftest.1 \ + dftest.html \ dumpcap.1 \ dumpcap.html \ + editcap.1 \ + editcap.html \ idl2wrs.1 \ idl2wrs.html \ + mergecap.1 \ + mergecap.html \ + randpkt.1 \ + randpkt.html \ rawshark.1 \ rawshark.html \ - dftests.1 \ - dftests.html \ - randpkt.1 \ - randpkt.html + text2pcap.1 \ + text2pcap.html \ + tshark.1 \ + tshark.html DISTCLEANFILES = \ pod2htmi.tmp \ |