X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=po%2FMakefile.in;h=00e247f852c64b316561a7c0c3d4f88b54523f17;hb=6255d64eb9fc2802e09bcb45ea274348542afd1e;hp=ae9ec2421b77a179c20aac5fbb75cabdf0bedfea;hpb=ab271b854feb1e36394a3084b8298bb67d023d13;p=ptask.git diff --git a/po/Makefile.in b/po/Makefile.in index ae9ec24..00e247f 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -10,7 +10,7 @@ # # Origin: gettext-0.16 -PACKAGE = gtask +PACKAGE = ptask VERSION = 0.0.x PACKAGE_BUGREPORT = jeanfi@gmail.com @@ -34,12 +34,12 @@ INSTALL_DATA = ${INSTALL} -m 644 # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# ${SHELL} /home/jporsini/work/wpitchoune/svnpub/gtask/trunk/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/ptask/trunk/install-sh does not start with $(SHELL), so we add it. # In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/gtask/trunk/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/gtask/trunk/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/ptask/trunk/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/ptask/trunk/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = /bin/mkdir -p