annotate TOOLS/subfont-gimp/Makefile @ 11024:2b5d77008400

Fix external FLAC detection on Mandrake. Patch by G:otz Waschk <waschk at informatik dot uni-rostock dot de>
author lumag
date Mon, 06 Oct 2003 07:21:01 +0000
parents 22996ab2d78f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1469
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
1 install:
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
2 gimptool --install-admin-bin mplayer_subfont || gimptool --install-bin mplayer_subfont
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
3
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
4 uninstall:
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
5 gimptool --uninstall-admin-bin mplayer_subfont || true
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
6 gimptool --uninstall-bin mplayer_subfont || true