fixes #8
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:
parent
c176a3d901
commit
d87ff5223a
3 changed files with 438 additions and 9 deletions
8
Makefile
8
Makefile
|
@ -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 {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue