X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=po%2FMakefile;h=1926e8f374d6ada1b72d4a33ab225132e2672151;hb=0c08ba1d91e061dcfdc0c8b71cf52782e680a933;hp=ea8150bfdf2c53eae1121c48f1bfca576d292e38;hpb=2cf9ca6ed6eca3a02209f58ab86d663d7cfbf710;p=ptask.git diff --git a/po/Makefile b/po/Makefile index ea8150b..1926e8f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = ptask -VERSION = 0.0.x +VERSION = 1.0.0 PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /tmp +prefix = /usr/local exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir} @@ -34,14 +34,14 @@ 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. -# In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined +# ${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/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/ptask/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh MKDIR_P = /bin/mkdir -p -mkdir_p = /bin/mkdir -p +mkdir_p = $(MKDIR_P) GMSGFMT_ = /usr/bin/msgfmt GMSGFMT_no = /usr/bin/msgfmt