addresses #7
 * all functionality that is available in btn4ws.pl 0.6 is available now
 * Makefile uses a variable for gimptool now
 * compatibility with GIMP 2.4
This commit is contained in:
Jan Dittberner 2007-12-04 13:58:29 +00:00
parent c176a3d901
commit d87ff5223a
3 changed files with 438 additions and 9 deletions

View file

@ -21,12 +21,14 @@
# version: $Id$
#
GIMPTOOL = gimptool-2.0
install:
install -d $(PREFIX)/$$(gimptool --gimpplugindir)/plug-ins
install btn4ws.py $(PREFIX)/$$(gimptool --gimpplugindir)/plug-ins
install -d $(PREFIX)/$$($(GIMPTOOL) --gimpplugindir)/plug-ins
install btn4ws.py $(PREFIX)/$$($(GIMPTOOL) --gimpplugindir)/plug-ins
install-user:
gimptool --install-bin btn4ws.py
$(GIMPTOOL) --install-bin btn4ws.py
clean:
find . -type f -name '*~' -exec rm {} \;