summaryrefslogtreecommitdiff
path: root/packaging/macosx/Makefile.am
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-02-16 16:31:09 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-02-16 16:31:09 +0000
commit149f655c58229153e7045ea5a4cb91bf54299b7d (patch)
tree6e8b3522dc80a2a75920161d3509ba805a8343b1 /packaging/macosx/Makefile.am
parentf984b230b21e353c1b8a6691580684ddc9981966 (diff)
downloadwireshark-149f655c58229153e7045ea5a4cb91bf54299b7d.tar.gz
As suggested on the -dev list today, add Wireshark_package.pmdoc to the source
distribution. To do this, however, requires renaming that directory because automake can't handle files with spaces in their names. svn path=/trunk/; revision=41040
Diffstat (limited to 'packaging/macosx/Makefile.am')
-rw-r--r--packaging/macosx/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/packaging/macosx/Makefile.am b/packaging/macosx/Makefile.am
index 8c54717721..d01e60f6d3 100644
--- a/packaging/macosx/Makefile.am
+++ b/packaging/macosx/Makefile.am
@@ -80,7 +80,15 @@ EXTRA_DIST = \
Scripts/wireshark-postinstall.sh \
utility-launcher \
root.ds_store \
- util.ds_store
+ util.ds_store \
+ Wireshark_package.pmdoc/01wireshark-contents.xml \
+ Wireshark_package.pmdoc/01wireshark.xml \
+ Wireshark_package.pmdoc/02chmodbpf-contents.xml \
+ Wireshark_package.pmdoc/02chmodbpf.xml \
+ Wireshark_package.pmdoc/03utility-contents.xml \
+ Wireshark_package.pmdoc/03utility.xml \
+ Wireshark_package.pmdoc/index.xml
+
COPYING.txt: ../../COPYING
cp $< $@