From e937ed67bbc4b5d9c54361d0644af9ad02ed41ba Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 2 Jul 2008 05:08:43 +0000 Subject: [PATCH] Put the EXTRA_DIST items for the doc directory in doc/Makefile.am (which doesn't need to be one of those items). svn path=/trunk/; revision=25660 --- Makefile.am | 30 ------------------------------ doc/Makefile.am | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5ee94b7928..9e4bd695c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -607,36 +607,6 @@ EXTRA_DIST = \ debian/wireshark.manpages \ debian/wireshark.menu \ dfilters \ - doc/Makefile.am \ - doc/Makefile.nmake \ - doc/README.binarytrees \ - doc/README.capture \ - doc/README.design \ - doc/README.developer \ - doc/README.display_filter \ - doc/README.idl2wrs \ - doc/README.malloc \ - doc/README.packaging \ - doc/README.plugins \ - doc/README.regression \ - doc/README.request_response_tracking \ - doc/README.stats_tree \ - doc/README.tapping \ - doc/README.xml-output \ - doc/capinfos.pod \ - doc/dfilter2pod.pl \ - doc/dumpcap.pod \ - doc/editcap.pod \ - doc/eproto2sgml \ - doc/idl2wrs.pod \ - doc/mergecap.pod \ - doc/randpkt.txt \ - doc/rawshark.pod \ - doc/sgml.doc.template \ - doc/text2pcap.pod \ - doc/tshark.pod \ - doc/wireshark-filter.pod.template \ - doc/wireshark.pod \ docbook/Makefile.auto.am \ docbook/ws.css \ doxygen.cfg.in \ diff --git a/doc/Makefile.am b/doc/Makefile.am index defacd3976..20589bc998 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -196,3 +196,33 @@ DISTCLEANFILES = \ MAINTAINERCLEANFILES = \ Makefile.in +EXTRA_DIST = \ + Makefile.nmake \ + README.binarytrees \ + README.capture \ + README.design \ + README.developer \ + README.display_filter \ + README.idl2wrs \ + README.malloc \ + README.packaging \ + README.plugins \ + README.regression \ + README.request_response_tracking \ + README.stats_tree \ + README.tapping \ + README.xml-output \ + capinfos.pod \ + dfilter2pod.pl \ + dumpcap.pod \ + editcap.pod \ + eproto2sgml \ + idl2wrs.pod \ + mergecap.pod \ + randpkt.txt \ + rawshark.pod \ + sgml.doc.template \ + text2pcap.pod \ + tshark.pod \ + wireshark-filter.pod.template \ + wireshark.pod