Switch to unified view

a/src/makestaticdist.sh b/src/makestaticdist.sh
...
...
35
make static || exit 1
35
make static || exit 1
36
strip index/recollindex qtgui/recoll
36
strip index/recollindex qtgui/recoll
37
37
38
files="COPYING README INSTALL VERSION Makefile recoll.desktop recollinstall
38
files="COPYING README INSTALL VERSION Makefile recoll.desktop recollinstall
39
filters sampleconf doc/user doc/man
39
filters sampleconf doc/user doc/man
40
index/recollindex qtgui/recoll qtgui/*.qm qtgui/mtpics/*.png"
40
index/recollindex qtgui/recoll qtgui/i18n/*.qm qtgui/mtpics/*.png recoll.png"
41
41
42
$TAR chf - $files  | (cd $topdir; $TAR xf -)
42
$TAR chf - $files  | (cd $topdir; $TAR xf -)
43
43
44
# Remove any install dependancy
44
# Remove any install dependancy
45
chmod +w $topdir/Makefile
45
chmod +w $topdir/Makefile