view TOOLS/subfont-gimp/Makefile @ 8299:5b67aed0fc28

- remove some unused/nonusable variables - remove unneded gtk function - replace some gtk function - small bug fixes
author pontscho
date Wed, 27 Nov 2002 22:48:56 +0000
parents 22996ab2d78f
children
line wrap: on
line source

install:
	gimptool --install-admin-bin mplayer_subfont || gimptool --install-bin mplayer_subfont

uninstall:
	gimptool --uninstall-admin-bin mplayer_subfont || true
	gimptool --uninstall-bin mplayer_subfont || true