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