set copyright year to 2015
[ppastats.git] / po / Makefile
index 5bbff88..06e4268 100644 (file)
@@ -22,7 +22,7 @@ srcdir = .
 top_srcdir = ..
 
 
-prefix = /usr
+prefix = /tmp
 exec_prefix = ${prefix}
 datarootdir = ${prefix}/share
 datadir = ${datarootdir}
@@ -35,12 +35,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/ppastats/install-sh does not start with $(SHELL), so we add it.
+# ${SHELL} /home/jporsini/work.local/ppastats/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/ppastats/install-sh -d
-install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ppastats/install-sh
+mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/ppastats/install-sh -d
+install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/ppastats/install-sh
 MKDIR_P = /bin/mkdir -p
 mkdir_p = /bin/mkdir -p