diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 17:45:12 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 17:45:12 +0000 |
commit | 2de9fd72e354e414dc0ce292e7f9da281783ac55 (patch) | |
tree | 5db9f32a125833b33d99a3e9b1110f7a69ad7f7b /font | |
parent | 6345c0829012715d382082d6b06988ff647bd7b2 (diff) |
generate 18x18ko.bdf from the split version.
Diffstat (limited to 'font')
-rw-r--r-- | font/misc-misc/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/font/misc-misc/Makefile.am b/font/misc-misc/Makefile.am index 8c07b5180..cfa3915ba 100644 --- a/font/misc-misc/Makefile.am +++ b/font/misc-misc/Makefile.am @@ -317,7 +317,14 @@ BUILT_BDF_FILES = \ $(KOI8_R_BDF_FILES) \ $(JISX0201_BDF_FILES) -CLEANFILES = $(font_DATA) $(TRUNC_BDF_FILES) $(BUILT_BDF_FILES) +KOEIGHTEEN = 18x18ko.bdf.xaa 18x18ko.bdf.xab 18x18ko.bdf.xac 18x18ko.bdf.xad \ + 18x18ko.bdf.xae 18x18ko.bdf.xaf 18x18ko.bdf.xag 18x18ko.bdf.xah \ + 18x18ko.bdf.xai + +18x18ko.bdf: $(KOEIGHTEEN) + (cd $(srcdir) ; cat $(KOEIGHTEEN)) > $@ + +CLEANFILES = $(font_DATA) $(TRUNC_BDF_FILES) $(BUILT_BDF_FILES) 18x18ko.bdf EXTRA_DIST = $(BDF_FILES) autogen.sh |