view skins/Default/Makefile @ 2779:79c75896893a trunk

[svn] Entirely rework the default skin from scratch. A comparison is available at http://mail.atheme.org/~nenolod/new_and_old_skins.png. The rationale of this rework is that the old skin had become a hodgepodge of multiple styles during 1.3 development, etcetera. There are some minor tweaks that could still be done, I will take care of those in the next few commits.
author nenolod
date Thu, 17 May 2007 19:47:56 -0700
parents 4c4669781043
children 9ddf21ab5c84
line wrap: on
line source

include ../../mk/rules.mk
include ../../mk/init.mk

skindir = $(pkgdatadir)/Skins/Default

OBJECTIVE_DATA = \
	balance.png:$(skindir)		\
	cbuttons.png:$(skindir)		\
	eq_ex.png:$(skindir)		\
	eqmain.png:$(skindir)		\
	main.png:$(skindir)		\
	monoster.png:$(skindir)		\
	nums_ex.png:$(skindir)		\
	playpaus.png:$(skindir)		\
	pledit.png:$(skindir)		\
	posbar.png:$(skindir)		\
	shufrep.png:$(skindir)		\
	text.png:$(skindir)		\
	titlebar.png:$(skindir)		\
	volume.png:$(skindir)		\
	pledit.txt:$(skindir)		\
	viscolor.txt:$(skindir)		\
	skin.hints:$(skindir)

include ../../mk/objective.mk