#!/bin/sh

export LC_COLLATE=C
tar --exclude='all-datasheets-make.sh' --exclude='*.tar.bz2' --exclude='CPU' --exclude='hwmod' -jcvf all-datasheets-zaurus.tar.bz2 *
tar -jcvf all-datasheets-PXA27x.tar.bz2 CPU
tar -jcvf all-datasheets-hwmod.tar.bz2 hwmod

