summaryrefslogtreecommitdiff
path: root/Makefile.sub
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-06-10 04:47:43 +0000
committerwlemb <wlemb>2004-06-10 04:47:43 +0000
commit2008d3976913bd4c03c34de72da9598ac94683fe (patch)
treedd3fc08142d66f8d42f88b6292d591e596d27c56 /Makefile.sub
parent98ace1b701b8b4bb5d0715f0ba2a0f6e908c3876 (diff)
downloadgroff-2008d3976913bd4c03c34de72da9598ac94683fe.tar.gz
* Makefile.sub (install_data): New target.
Diffstat (limited to 'Makefile.sub')
-rw-r--r--Makefile.sub4
1 files changed, 4 insertions, 0 deletions
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)