blob: 5b3eb4d40b0a697a30a97cdc8df750b2bbed7275 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.1 2000/04/05 10:11:55 simonmar Exp $
#
# (c) The GHC Team, 2000
#
TOP=../../..
include $(TOP)/mk/boilerplate.mk
override datadir=$(libdir)/icons
INSTALL_DATAS=$(wildcard *.xbm)
include $(TOP)/mk/target.mk
|