Add a bunch of missing files to the distribution.

Files from the debian directory, documents from the doc directory,
graphics from the docbook/wsug_graphics directory, and the echld
Makefile.nmake.

Change-Id: Iccccc58811753581b0b180053defd937aea22f95
Reviewed-on: https://code.wireshark.org/review/3283
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-07-31 00:41:08 -07:00
parent 54c55bbdf6
commit 067beb0210
4 changed files with 74 additions and 1 deletions

View File

@ -714,19 +714,77 @@ EXTRA_DIST = \
colorfilters \
config.h.win32 \
config.nmake \
debian/README.Debian \
debian/README.Debian.security \
debian/changelog \
debian/compat \
debian/control \
debian/copyright \
debian/dirs \
debian/ethereal-common.NEWS \
debian/headers-check.c \
debian/libwireshark-data.install \
debian/libwireshark-dev.install \
debian/libwireshark0.install \
debian/libwireshark0.symbols \
debian/libwiretap-dev.install \
debian/libwiretap0.docs \
debian/libwiretap0.install \
debian/libwiretap0.symbols \
debian/libwsutil-dev.install \
debian/libwsutil0.install \
debian/libwsutil0.symbols \
debian/license-text-about-dialog \
debian/patches/01_Disable-building-documentation-in-PDF-and-release-no.patch \
debian/patches/04_asn2wrs_ply.patch \
debian/patches/05_note-README-when-running-as-root.patch \
debian/patches/06_release-version.patch \
debian/patches/08_wireshark-desktop-menu.patch \
debian/patches/09_idl2wrs.patch \
debian/patches/16_licence_about_location.patch \
debian/patches/series \
debian/po/POTFILES.in \
debian/po/cs.po \
debian/po/da.po \
debian/po/de.po \
debian/po/es.po \
debian/po/eu.po \
debian/po/fi.po \
debian/po/fr.po \
debian/po/hu.po \
debian/po/id.po \
debian/po/it.po \
debian/po/ja.po \
debian/po/ko.po \
debian/po/nl.po \
debian/po/pt.po \
debian/po/pt_BR.po \
debian/po/ru.po \
debian/po/sk.po \
debian/po/sv.po \
debian/po/templates.pot \
debian/po/vi.po \
debian/postinst \
debian/rules \
debian/source/format \
debian/templates \
debian/tshark.docs \
debian/tshark.install \
debian/tshark.manpages \
debian/wireshark-common.config \
debian/wireshark-common.install \
debian/wireshark-common.manpages \
debian/wireshark-common.postinst \
debian/wireshark-common.postrm \
debian/wireshark-dev.docs \
debian/wireshark-dev.install \
debian/wireshark-dev.manpages \
debian/wireshark-dev.prerm \
debian/wireshark-doc.docs \
debian/wireshark-qt.docs \
debian/wireshark-qt.install \
debian/wireshark.docs \
debian/wireshark.install \
debian/wireshark.manpages \
debian/wireshark.menu \
dfilters \

View File

@ -248,19 +248,24 @@ EXTRA_DIST = \
README.design \
README.developer \
README.display_filter \
README.dissector \
README.epan_child \
README.heuristic \
README.idl2wrs \
README.malloc \
README.packaging \
README.plugins \
README.qt \
README.regression \
README.request_response_tracking\
README.stats_tree \
README.tapping \
README.wmem \
README.wslua \
README.xml-output \
asn2deb.pod \
capinfos.pod \
captype.pod \
dfilter2pod.pl \
dftest.pod \
dumpcap.pod \

View File

@ -26,6 +26,7 @@ WSUG_GENERATED_SOURCE = \
wsug_src/WSUG_preface.xml
WSUG_GRAPHICS = \
wsug_graphics/captureOptions.png \
wsug_graphics/ws-analyze-menu.png \
wsug_graphics/ws-bytes-pane-tabs.png \
wsug_graphics/ws-bytes-pane.png \
@ -35,9 +36,17 @@ WSUG_GRAPHICS = \
wsug_graphics/ws-capture-interfaces-win32.png \
wsug_graphics/ws-capture-menu.png \
wsug_graphics/ws-capture-options.png \
wsug_graphics/captureOptions.png
wsug_graphics/ws-capture-options-compile-selected-bpfs.png \
wsug_graphics/ws-capture-options-manage-interfaces-local.png \
wsug_graphics/ws-capture-options-manage-interfaces-pipes.png \
wsug_graphics/ws-capture-options-manage-interfaces-remote-plus.png \
wsug_graphics/ws-capture-options-manage-interfaces-remote.png \
wsug_graphics/ws-capture-options-manage-interfaces.png \
wsug_graphics/ws-capture-options-remote-capture.png \
wsug_graphics/ws-capture-options-remote-interface.png \
wsug_graphics/ws-capture-options-remote-settings.png \
wsug_graphics/ws-capture-options-settings.png \
wsug_graphics/ws-capture-preferences.png \
wsug_graphics/ws-choose-color-rule.png \
wsug_graphics/ws-coloring-fields.png \

View File

@ -65,7 +65,8 @@ libechld_la_LIBADD = \
EXTRA_DIST = \
CMakeLists.txt \
Makefile.common
Makefile.common \
Makefile.nmake
CLEANFILES = \
libechld.a \