X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=po%2FMakefile.in;h=9db356457a92c07dd2e86ec9523112da0948d12c;hb=909b5e1edc01d95ebfaf39982b69831d8503c74c;hp=b93dffa8ec3a5175b93707fde4211bdf3900313c;hpb=9625128aa4f5b87c731cfa06ba646f4ce8b3fc66;p=ptask.git diff --git a/po/Makefile.in b/po/Makefile.in index b93dffa..9db3564 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 @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /tmp/p +prefix = /usr/local 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/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/wpitchoune/svnpub/ptask/trunk/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/ptask/trunk/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = /bin/mkdir -p