blob: 7df955a7a79d3f0a48fba26f456e757c201c4030 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.4 foreign
# A list of all the files in the current directory which can be regenerated
MAINTAINERCLEANFILES = Makefile.in
testfonts_DATA = \
menu.style black.style yudit.ttf
testfontsdir=$(prefix)/share/feh/fonts
EXTRA_DIST = $(testfonts_DATA)
|