# File lib/amalgalite/packer.rb, line 224
    def pack( file_list )
      manifest = make_manifest( file_list )
      pack_files( manifest )
    end