Makefile.am (pinta-2.0) | : | Makefile.am (pinta-2.0.1) | ||
---|---|---|---|---|
skipping to change at line 107 | skipping to change at line 107 | |||
uninstall-hook: | uninstall-hook: | |||
$(DOTNET) msbuild installer/linux/install.proj -target:Uninstall $(PINTA_ INSTALL_OPTS) | $(DOTNET) msbuild installer/linux/install.proj -target:Uninstall $(PINTA_ INSTALL_OPTS) | |||
# target: releasezip - Make a self-contained release zip file. | # target: releasezip - Make a self-contained release zip file. | |||
releasezip: | releasezip: | |||
$(DOTNET) publish Pinta.sln $(PINTA_BUILD_OPTS) -r linux-x64 --self-conta ined true -o $(srcdir)/release | $(DOTNET) publish Pinta.sln $(PINTA_BUILD_OPTS) -r linux-x64 --self-conta ined true -o $(srcdir)/release | |||
cd $(srcdir)/release && zip -r ../$(RELEASE_FILE).zip * -x "*.pdb" | cd $(srcdir)/release && zip -r ../$(RELEASE_FILE).zip * -x "*.pdb" | |||
EXTRA_DIST = Pinta Pinta.Core Pinta.Docking Pinta.Effects Pinta.Gui.Widgets Pint a.Resources Pinta.Tools po xdg tests license-mit.txt \ | EXTRA_DIST = Pinta Pinta.Core Pinta.Docking Pinta.Effects Pinta.Gui.Widgets Pint a.Resources Pinta.Tools po xdg tests license-mit.txt \ | |||
license-pdn.txt Pinta.sln pinta.pc.in readme.md intltool-extract.in \ | license-pdn.txt Pinta.sln pinta.pc.in readme.md intltool-extract.in \ | |||
intltool-merge.in intltool-update.in | intltool-merge.in intltool-update.in installer/linux/install.proj | |||
CLEANFILES = intltool-extract \ | CLEANFILES = intltool-extract \ | |||
intltool-update \ | intltool-update \ | |||
intltool-merge \ | intltool-merge \ | |||
intltool-extract.in \ | intltool-extract.in \ | |||
intltool-update.in \ | intltool-update.in \ | |||
intltool-merge.in | intltool-merge.in | |||
DISTCLEANFILES = po/.intltool-merge-cache \ | DISTCLEANFILES = po/.intltool-merge-cache \ | |||
po/Makefile \ | po/Makefile \ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |