cleanup of foam-pack scripts

- removed legacy foamDiffSourceList, foamPackChanged
  - added foamPackDoxygen for separate distribution of docs
    handles -prefix option
  - misc. cosmetic changes
This commit is contained in:
Mark Olesen
2008-07-20 15:53:43 +02:00
parent 0473f177ad
commit 4d96b876e4
15 changed files with 161 additions and 280 deletions

View File

@ -27,7 +27,7 @@
# foamPackBinAll [outputDir]
#
# Description
# Packs and compresses all binary version of foam for release
# Packs and compresses all binary versions of foam for release
#
#------------------------------------------------------------------------------
packDir=$WM_PROJECT-$WM_PROJECT_VERSION
@ -38,6 +38,7 @@ then
exit 1
fi
# obtain arch types from lib/
for bin in $packDir/lib/*
do
foamPackBin ${bin##*/} $@