~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to po/misc/update-translations.sh

  • Committer: Fabrice Rey
  • Date: 2013-02-02 18:41:38 UTC
  • Revision ID: fabounet03@gmail.com-20130202184138-n2eu2i9g0bmy40ru
made the Help module as an independant applet + removed the need for RTLD_DEEPBIND, which should make the dock compatible with BSD again

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        cd ${CORE_DIR}
58
58
        if test -x $CAIRO_DOCK_EXTRACT_MESSAGE; then
59
59
                rm -f data/messages
60
 
                for c in data/*.conf.in data/cairo-dock*.desktop data/*.desktop.in
 
60
                for c in data/*.conf.in data/cairo-dock*.desktop data/*.desktop.in Help/data/Help.conf.in
61
61
                do # les .conf peuvent être dans un dossier build et il ne reste plus que des .conf.in.
62
62
                        $CAIRO_DOCK_EXTRACT_MESSAGE $c
63
63
                done;