1fonts = baskvli.pfb fonts.dir
2themes = plain fancy frozen
3
4nobase_pkgdata_DATA = $(foreach theme,$(themes),                   \
5		                $(wildcard themes/$(theme)/*.txt)  \
6				$(wildcard themes/$(theme)/*.png)  \
7		       )                                           \
8                      levels.txt $(fonts)
9
10EXTRA_DIST = $(nobase_pkgdata_DATA) themes/README
11
12