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.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41040 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
morriss 2012-02-16 16:31:09 +00:00
parent 7f5d0aec23
commit 37b6d4a612
9 changed files with 10 additions and 2 deletions

View File

@ -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 $< $@

View File

@ -132,7 +132,7 @@ echo -e "\nCREATE WIRESHARK PACKAGE\n"
pkg_title="$volume_name $version $architecture"
pkg_file="$pkg_title.pkg"
rm -rf "$pkg_file"
/Developer/usr/bin/packagemaker --doc "Wireshark package.pmdoc" \
/Developer/usr/bin/packagemaker --doc "Wireshark_package.pmdoc" \
--title "$pkg_title" \
--version "$version" \
--verbose || exit 1