diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-07-14 08:29:28 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-07-14 08:29:28 +0000 |
commit | 22c690ab9d7489b4d3bb334d26b1e77baf37b4af (patch) | |
tree | dfb76ab2b91d8df030c52d07e42085304649d633 /doc | |
parent | 61ffcf26189ba66d21e6d641ca97ad47e6ee3d2b (diff) | |
download | wireshark-22c690ab9d7489b4d3bb334d26b1e77baf37b4af.tar.gz wireshark-22c690ab9d7489b4d3bb334d26b1e77baf37b4af.tar.bz2 wireshark-22c690ab9d7489b4d3bb334d26b1e77baf37b4af.zip |
Add dftest.pod and randpkt.pod to the release tarball.
Clean up tabs.
svn path=/trunk/; revision=33516
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d1faf9a9b7..d4e0c954c1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -326,16 +326,18 @@ EXTRA_DIST = \ make-authors-short.pl \ perlnoutf.pl \ capinfos.pod \ - dfilter2pod.pl \ + dfilter2pod.pl \ + dftest.pod \ dumpcap.pod \ editcap.pod \ eproto2sgml \ idl2wrs.pod \ - mergecap.pod \ + mergecap.pod \ + randpkt.pod \ randpkt.txt \ - rawshark.pod \ + rawshark.pod \ sgml.doc.template \ - text2pcap.pod \ + text2pcap.pod \ tshark.pod \ wireshark-filter.pod.template \ wireshark.pod.template |