2f9efb384d
make 'make dist' work.
14 lines
235 B
Makefile
14 lines
235 B
Makefile
themedatadir=$(datadir)/openbox/themes/fieron2_data
|
|
|
|
themedata_DATA=\
|
|
close.xbm \
|
|
iconify.xbm \
|
|
max.xbm \
|
|
stick.xbm
|
|
|
|
EXTRA_DIST=$(themedata_DATA)
|
|
|
|
MAINTAINERCLEANFILES=Makefile.in
|
|
|
|
distclean-local:
|
|
$(RM) *\~ *.orig *.rej .\#*
|