
files="./buhg/*.cpp ./buhg/*.h ./buhg/CMakeLists.txt \
./buhg/alx/*.alx \
./buhg/doc/*.txt ./buhg/doc/CONTENTS \
./libscr/*.cpp ./libscr/*.h ./libscr/CMakeLists.txt \
./additionally/without-curses/*.cpp ./additionally/without-curses/*.h ./additionally/without-curses/CMakeLists.txt \
./additionally/other/*.cpp ./additionally/other/*.h ./additionally/other/CMakeLists.txt \
./additionally/other/alx/*.alx \
./libutil/*.cpp ./libutil/*.h ./libutil/CMakeLists.txt \
./libbuh/*.cpp ./libbuh/*.h ./libbuh/CMakeLists.txt \
./libsql/*.cpp ./libsql/*.h ./libsql/CMakeLists.txt \
./util/*.cpp ./util/CMakeLists.txt \
./util/*.h \
./util/*.txt \
./util/iceb_ps_fonts.ps \
./util/test_print.ps \
./util/cups/* \
./util/terminfo/* \
./util/scripts/* \
./util/scripts/.bash_profile \
./locale/*.po \
./locale/uk_ru \
./locale/uk_uk \
CMakeLists.txt arhiviceb extract cop_flesh \
iceb.h CHANGES COPYING READMI.TXT \
./desktop"

echo "Archiving..."

tar cvfj iceB.tar.bz2 $files
#tar cvfJ iceB.tar.xz $files

echo "End archiving..."

