As suggested on the -dev list today, add Wireshark_package.pmdoc to the source
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 16 Feb 2012 16:31:09 +0000 (16:31 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 16 Feb 2012 16:31:09 +0000 (16:31 +0000)
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

packaging/macosx/Makefile.am
packaging/macosx/Wireshark_package.pmdoc/01wireshark-contents.xml [moved from packaging/macosx/Wireshark package.pmdoc/01wireshark-contents.xml with 100% similarity]
packaging/macosx/Wireshark_package.pmdoc/01wireshark.xml [moved from packaging/macosx/Wireshark package.pmdoc/01wireshark.xml with 100% similarity]
packaging/macosx/Wireshark_package.pmdoc/02chmodbpf-contents.xml [moved from packaging/macosx/Wireshark package.pmdoc/02chmodbpf-contents.xml with 100% similarity]
packaging/macosx/Wireshark_package.pmdoc/02chmodbpf.xml [moved from packaging/macosx/Wireshark package.pmdoc/02chmodbpf.xml with 100% similarity]
packaging/macosx/Wireshark_package.pmdoc/03utility-contents.xml [moved from packaging/macosx/Wireshark package.pmdoc/03utility-contents.xml with 100% similarity]
packaging/macosx/Wireshark_package.pmdoc/03utility.xml [moved from packaging/macosx/Wireshark package.pmdoc/03utility.xml with 100% similarity]
packaging/macosx/Wireshark_package.pmdoc/index.xml [moved from packaging/macosx/Wireshark package.pmdoc/index.xml with 100% similarity]
packaging/macosx/osx-dmg.sh

index 8c54717721483bdf288493bae50742222da6653b..d01e60f6d3c0c1375953b076b40b2cd78e656c19 100644 (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 $< $@
index 882338ab2a2b994b2add3019bd29f1514b43789d..f37879e73225c5f3e9851e04ee36873c047fb4db 100755 (executable)
@@ -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