Makefile (pinta-1.7) | : | Makefile (pinta-1.7.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 = 1.7 | VERSION = 1.7.1 | |||
SHELL = /bin/bash | 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/cameron/code/Pinta-gtk2/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 | |||
skipping to change at line 80 | skipping to change at line 80 | |||
../Pinta.Core/Actions/EditActions.cs \ | ../Pinta.Core/Actions/EditActions.cs \ | |||
../Pinta.Core/Actions/FileActions.cs \ | ../Pinta.Core/Actions/FileActions.cs \ | |||
../Pinta.Core/Actions/HelpActions.cs \ | ../Pinta.Core/Actions/HelpActions.cs \ | |||
../Pinta.Core/Actions/ImageActions.cs \ | ../Pinta.Core/Actions/ImageActions.cs \ | |||
../Pinta.Core/Actions/LayerActions.cs \ | ../Pinta.Core/Actions/LayerActions.cs \ | |||
../Pinta.Core/Actions/ViewActions.cs \ | ../Pinta.Core/Actions/ViewActions.cs \ | |||
../Pinta.Core/Actions/WindowActions.cs \ | ../Pinta.Core/Actions/WindowActions.cs \ | |||
../Pinta.Core/Classes/BaseTool.cs \ | ../Pinta.Core/Classes/BaseTool.cs \ | |||
../Pinta.Core/Classes/Document.cs \ | ../Pinta.Core/Classes/Document.cs \ | |||
../Pinta.Core/Classes/DocumentWorkspace.cs \ | ../Pinta.Core/Classes/DocumentWorkspace.cs \ | |||
../Pinta.Core/Classes/Palette.cs \ | ||||
../Pinta.Core/Classes/SelectionModeHandler.cs \ | ../Pinta.Core/Classes/SelectionModeHandler.cs \ | |||
../Pinta.Core/Effects/UserBlendOps.cs \ | ../Pinta.Core/Effects/UserBlendOps.cs \ | |||
../Pinta.Core/HistoryItems/FinishPixelsHistoryItem.cs \ | ../Pinta.Core/HistoryItems/FinishPixelsHistoryItem.cs \ | |||
../Pinta.Core/HistoryItems/InvertHistoryItem.cs \ | ../Pinta.Core/HistoryItems/InvertHistoryItem.cs \ | |||
../Pinta.Core/HistoryItems/PasteHistoryItem.cs \ | ../Pinta.Core/HistoryItems/PasteHistoryItem.cs \ | |||
../Pinta.Core/HistoryItems/ResizeHistoryItem.cs \ | ../Pinta.Core/HistoryItems/ResizeHistoryItem.cs \ | |||
../Pinta.Core/ImageFormats/FormatDescriptor.cs \ | ../Pinta.Core/ImageFormats/FormatDescriptor.cs \ | |||
../Pinta.Core/Managers/EffectsManager.cs \ | ../Pinta.Core/Managers/EffectsManager.cs \ | |||
../Pinta.Core/Managers/LivePreviewManager.cs \ | ../Pinta.Core/Managers/LivePreviewManager.cs \ | |||
../Pinta.Core/Managers/ToolManager.cs \ | ../Pinta.Core/Managers/ToolManager.cs \ | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |