Ticket #47833: patch-src-MacVim-icons-python.diff
File patch-src-MacVim-icons-python.diff, 661 bytes (added by harciga, 9 years ago) |
---|
-
src/MacVim/icons/Makefile
old new 1 1 .PHONY: clean getenvy 2 2 3 PYTHON ?= /usr/bin/python 3 4 OUTDIR ?= . 4 5 5 6 # This script is called during the build phase with OUTDIR set to the Resources … … 21 22 all: make_icons.py vim-noshadow-512.png loadfont.so 22 23 rm -f MacVim-*.icns 23 24 $(MAKE) -C makeicns 24 /usr/bin/pythonmake_icons.py "$(OUTDIR)"25 $(PYTHON) make_icons.py "$(OUTDIR)" 25 26 26 27 loadfont.so: loadfont.c 27 /usr/bin/pythonsetup.py install --install-lib .28 $(PYTHON) setup.py install --install-lib . 28 29 29 30 getenvy: Envy\ Code\ R\ Bold.ttf 30 31