diff options
Diffstat (limited to 'src/ttfonts/Makefile.am')
-rw-r--r-- | src/ttfonts/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ttfonts/Makefile.am b/src/ttfonts/Makefile.am new file mode 100644 index 0000000..7df955a --- /dev/null +++ b/src/ttfonts/Makefile.am @@ -0,0 +1,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) |