Makefile.in (pinta-2.0) | : | Makefile.in (pinta-2.0.1) | ||
---|---|---|---|---|
skipping to change at line 22 | skipping to change at line 22 | |||
# - Modified by jacob berkman <jacob@ximian.com> to install | # - Modified by jacob berkman <jacob@ximian.com> to install | |||
# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize | # Makefile.in.in and po2tbl.sed.in for use with glib-gettextize | |||
# | # | |||
# - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool | # - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool | |||
# | # | |||
# We have the following line for use by intltoolize: | # We have the following line for use by intltoolize: | |||
# INTLTOOL_MAKEFILE | # INTLTOOL_MAKEFILE | |||
GETTEXT_PACKAGE = pinta | GETTEXT_PACKAGE = pinta | |||
PACKAGE = pinta | PACKAGE = pinta | |||
VERSION = 2.0 | VERSION = 2.0.1 | |||
SHELL = /bin/sh | SHELL = /bin/bash | |||
srcdir = . | srcdir = . | |||
top_srcdir = .. | top_srcdir = .. | |||
top_builddir = .. | top_builddir = .. | |||
prefix = /usr/local | prefix = /usr/local | |||
exec_prefix = ${prefix} | exec_prefix = ${prefix} | |||
datadir = ${datarootdir} | datadir = ${datarootdir} | |||
datarootdir = ${prefix}/share | datarootdir = ${prefix}/share | |||
libdir = ${exec_prefix}/lib | libdir = ${exec_prefix}/lib | |||
localedir = ${datarootdir}/locale | localedir = ${datarootdir}/locale | |||
subdir = po | subdir = po | |||
install_sh = ${SHELL} /home/cameron/code/Pinta/install-sh | install_sh = ${SHELL} /home/parallels/Pinta/install-sh | |||
# Automake >= 1.8 provides $(MKDIR_P). | # Automake >= 1.8 provides $(MKDIR_P). | |||
# Until it can be supposed, use the safe fallback: | # Until it can be supposed, use the safe fallback: | |||
mkdir_p = $(install_sh) -d | mkdir_p = $(install_sh) -d | |||
INSTALL = /usr/bin/install -c | INSTALL = /usr/bin/install -c | |||
INSTALL_DATA = ${INSTALL} -m 644 | INSTALL_DATA = ${INSTALL} -m 644 | |||
GMSGFMT = /usr/bin/msgfmt | GMSGFMT = /usr/bin/msgfmt | |||
MSGFMT = /usr/bin/msgfmt | MSGFMT = /usr/bin/msgfmt | |||
XGETTEXT = /usr/bin/xgettext | XGETTEXT = /usr/bin/xgettext | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |