X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=po%2FMakefile;h=36bccb2dabc93a41fd28091f0bf126f50c30b755;hb=1d479bf18659d6dcb4fefed032088bf4c56d24de;hp=1a30c1c21b930d7fc54f56b20cb10ff0f9c039e4;hpb=d1869c71b41d410848acc0e943f47d1b4b279436;p=ptask.git diff --git a/po/Makefile b/po/Makefile index 1a30c1c..36bccb2 100644 --- a/po/Makefile +++ b/po/Makefile @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = ptask -VERSION = 0.0.8a +VERSION = 1.0.0 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.local/ptask/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jporsini/work/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.local/ptask/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = $(MKDIR_P)