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/i18n/*.qm qtgui/mtpics/*.png recoll.png"
40
index/recollindex index/rclmon.sh qtgui/recoll qtgui/i18n/*.qm 
41
qtgui/mtpics/*.png recoll.png"
41
42
42
$TAR chf - $files  | (cd $topdir; $TAR xf -)
43
$TAR chf - $files  | (cd $topdir; $TAR xf -)
43
44
44
# Remove any install dependancy
45
# Remove any install dependancy
45
chmod +w $topdir/Makefile
46
chmod +w $topdir/Makefile