Switch to unified view

a/src/makestaticdist.sh b/src/makestaticdist.sh
...
...
49
49
50
make static || exit 1
50
make static || exit 1
51
51
52
${STRIP} index/recollindex ${QTGUI}/recoll
52
${STRIP} index/recollindex ${QTGUI}/recoll
53
53
54
files="COPYING README INSTALL VERSION Makefile recollinstall
54
files="
55
filters desktop sampleconf doc/user doc/man
55
COPYING 
56
index/recollindex index/rclmon.sh ${QTGUI}/recoll qtgui/i18n/*.qm 
56
INSTALL 
57
Makefile 
58
README 
59
VERSION 
60
desktop 
61
desktop/recoll-searchgui.desktop
62
desktop/recoll.png 
63
doc/man
64
doc/user 
65
filters 
66
index/rclmon.sh 
67
index/recollindex 
68
qtgui/i18n/*.qm 
69
qtgui/images
57
qtgui/mtpics/*.png 
70
qtgui/mtpics/*.png 
58
desktop/recoll.png desktop/recoll-searchgui.desktop"
71
qtgui/recoll 
72
recollinstall
73
sampleconf 
74
"
59
75
60
$TAR chf - $files  | (cd $topdir; $TAR xf -)
76
$TAR chf - $files  | (cd $topdir; $TAR xf -)
61
77
62
# Remove any install dependancy
78
# Remove any install dependancy
63
chmod +w $topdir/Makefile || exit 1
79
chmod +w $topdir/Makefile || exit 1