X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=po%2FMakefile.in;h=3326d6cc321c551dc92f054e6d329a3c855991f7;hb=e1e506def27354776324be039783f39e8770cef6;hp=ee7d8549d9de2bc3513e1b1cc8b85a7773b2905b;hpb=6089d6eaafb4bc2ad30e75c43b973fe1518e268a;p=ptask.git diff --git a/po/Makefile.in b/po/Makefile.in index ee7d854..3326d6c 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = ptask -VERSION = 0.0.x +VERSION = 0.0.5 PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /tmp/i +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/ptask/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/ptask/trunk/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/ptask/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