X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=po%2FMakefile.in;h=3326d6cc321c551dc92f054e6d329a3c855991f7;hb=e1e506def27354776324be039783f39e8770cef6;hp=b93dffa8ec3a5175b93707fde4211bdf3900313c;hpb=9625128aa4f5b87c731cfa06ba646f4ce8b3fc66;p=ptask.git diff --git a/po/Makefile.in b/po/Makefile.in index b93dffa..3326d6c 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -10,8 +10,8 @@ # # Origin: gettext-0.16 -PACKAGE = gtask -VERSION = 0.0.x +PACKAGE = ptask +VERSION = 0.0.5 PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /tmp/p +prefix = /tmp exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir} @@ -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/wpitchoune/svnpub/ptask/branches/v0.0.5/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/wpitchoune/svnpub/ptask/branches/v0.0.5/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/ptask/branches/v0.0.5/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = /bin/mkdir -p