X-Git-Url: http://wpitchoune.net/gitweb/?a=blobdiff_plain;f=po%2FMakefile.in;h=4868a5dfb1ed31effef02cf6e74876d4499180c4;hb=f95b5976e6c4382b3d4bc1d709c56cbfebbc1169;hp=dfc92829522d047089fafd95018ded3386aed9fd;hpb=c800744dd7ea1f3d6d565dcb3f64e37a2a1cfefa;p=ptask.git diff --git a/po/Makefile.in b/po/Makefile.in index dfc9282..4868a5d 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.6 PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -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/ptask/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jporsini/work.local/ptask/install-sh does not start with $(SHELL), so we add it. # In automake >= 1.10, $(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/ptask/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = $(MKDIR_P)