~cairo-dock-team/cairo-dock-plug-ins/experimental

« back to all changes in this revision

Viewing changes to stacks/po/Makefile

  • Committer: fabounet
  • Date: 2008-04-21 21:15:55 UTC
  • Revision ID: svn-v4:620951bb-bb42-0410-82c3-830e739ed170:trunk/plug-ins:862
gnome-integration devient 'old'

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
DATADIRNAME = share
37
37
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
38
38
subdir = po
39
 
install_sh = /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/install-sh
40
 
# Automake >= 1.8 provides mkdir -p --.
 
39
install_sh = $(SHELL) /opt/cairo-dock/trunk/plug-ins/stacks/install-sh
 
40
# Automake >= 1.8 provides /bin/mkdir -p.
41
41
# Until it can be supposed, use the safe fallback:
42
42
mkdir_p = $(install_sh) -d
43
43