From 2008d3976913bd4c03c34de72da9598ac94683fe Mon Sep 17 00:00:00 2001 From: wlemb Date: Thu, 10 Jun 2004 04:47:43 +0000 Subject: * Makefile.sub (install_data): New target. --- Makefile.sub | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.sub') diff --git a/Makefile.sub b/Makefile.sub index 3f2586ba..d3c1c4ae 100644 --- a/Makefile.sub +++ b/Makefile.sub @@ -25,3 +25,7 @@ $(srcdir)/stamp-h.in: configure.ac aclocal.m4 config.h: stamp-h stamp-h: config.hin config.status $(SHELL) config.status + +# Always create the site-font directory as a guide to the user. +install_data: + -test -d $(localfontdir) || $(mkinstalldirs) $(localfontdir) -- cgit v1.2.1