X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=po%2FMakefile.in;h=ca508b4b921041aefb9c6a24ccf9a3d49c954aff;hb=71d1d4d6f67700c58fb51513ec0ae17924431073;hp=b93dffa8ec3a5175b93707fde4211bdf3900313c;hpb=43a370feaf206521795b2549b571db5f29b8cf61;p=ptask.git diff --git a/po/Makefile.in b/po/Makefile.in index b93dffa..ca508b4 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 = /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/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