summaryrefslogtreecommitdiff
path: root/fonts/jisx0208fonts/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/jisx0208fonts/files/Makefile')
-rw-r--r--fonts/jisx0208fonts/files/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/fonts/jisx0208fonts/files/Makefile b/fonts/jisx0208fonts/files/Makefile
deleted file mode 100644
index 8d01e5e3260..00000000000
--- a/fonts/jisx0208fonts/files/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-BDF0!= find .. -type f -a -name \*.bdf -print
-BDF= ${BDF0:C/.*\///}
-PCF= ${BDF:C/bdf$/pcf/}
-
-.SUFFIXES: .bdf .pcf
-
-.bdf.pcf:
- bdftopcf -o $@ $<
-
-all: ${PCF}
-
-prepare::
- for i in ${BDF0}; do \
- ln -sf $$i; \
- done
-
-install::
- for i in ${PCF}; do \
- ${BSD_INSTALL_DATA} $$i ${FONTDIR}; \
- ${GZIP_CMD} ${FONTDIR}/$$i; \
- done
-
-clean:
- rm -f *.bdf *.pcf