aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-10-27Remove U3 code and packaging.Gerald Combs1-15/+1
svn path=/trunk/; revision=52896
2011-02-02makefile.nmake => Makefile.nmakeJaap Keuter1-4/+4
svn path=/trunk/; revision=35752
2010-11-21Add $Id$; Fix some properties.Bill Meier1-0/+3
svn path=/trunk/; revision=34996
2009-11-24Add u3util.exe.manifest to the distribution.Gerald Combs1-0/+1
svn path=/trunk/; revision=31067
2009-10-27Add a missing file.Gerald Combs1-0/+1
svn path=/trunk/; revision=30732
2009-06-29WiresharkPortable.ini -> WiresharkPortable.tmplStig Bjørlykke1-1/+1
svn path=/trunk/; revision=28882
2009-02-09Corrected directory for Info.plist.inStig Bjørlykke1-1/+1
svn path=/trunk/; revision=27400
2009-02-08Chris Maynard:Jörg Mayer1-9/+10
Fix for part one of bug 3120: Add packaging/macosx/Info.plist.in to the distribution list. svn path=/trunk/; revision=27395
2008-07-02Push EXTRA_DIST entries into the lowest-level Makefile.am available.Guy Harris1-0/+24
svn path=/trunk/; revision=25661
2008-06-13We half-enabled the Mac OS X packaging stuff, which meant that weGuy Harris1-1/+1
weren't including in the tarball stuff the packaging/macosx/Makefile.in file that that the configure script from the tarball was trying to expand. Add macosx to the list of directories in packaging/Makefile.am, and update the comment in packaging/macosx/Makefile.am to reflect the enabling of the OS X packaging stuff. svn path=/trunk/; revision=25449
2008-03-29Remove most of the OS X packaging files from the distribution. TheGerald Combs1-1/+1
files in Resources/themes/Clearlooks-Quicksilver-OSX overrun the 99-character file name length limitation imposed by the default tar format (V7). We can fix this by - Feeding "tar-ustar" to AM_INIT_AUTOMAKE, which apparently means changing AM_INIT_AUTOMAKE(wireshark, x.y.z) in configure.in to AC_INIT(wireshark, x.y.z) AM_INIT_AUTOMAKE(tar-ustar) Although the automake documentation recommends this, it means updating make-version.pl and possibly other scripts. - Shortening everything in the Clearlooks-Quicksilver-OSX path. - Skipping tar distributions altogether in favor of zip. None of these fixes are trivial, and version 1.0 awaits. For now, you'll have to build OS X packages from SVN. svn path=/trunk/; revision=24752
2008-03-28Add the OS X packaging files to the distribution.Gerald Combs1-1/+1
svn path=/trunk/; revision=24747
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+4
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2001-04-04Move the comments in nsis/README into nsis/Makefile.nmakeGilbert Ramirez1-1/+1
Have automake package the nsis files into the source tarball. svn path=/trunk/; revision=3256
2000-07-26Switch Solaris package build naming to a more generic SVR4. Add RPM and SRPMGerald Combs1-1/+1
package build targets. Move ethereal.spec(.in) to packaging/rpm. The spec file is different from Henri's. We might want to switch to his for the sake of consistency. svn path=/trunk/; revision=2162
2000-07-22Add support for bulding Solaris binary packages. The distributionGerald Combs1-0/+1
is installed in packaging/solaris.stage, and from there the package is created. The checkinstall script depends on GTK+/Glib residing in /usr/local. svn path=/trunk/; revision=2151