diff options
author | ru <ru@FreeBSD.org> | 2005-10-20 10:45:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-10-20 10:45:19 +0000 |
commit | 353ac0b339df3493d1950b6527988b77b76bd197 (patch) | |
tree | 8a188846a3f5bd2f2b8cb869cba64e3c470a2b26 /contrib/groff/Makefile.sub | |
parent | c40093b1f1b43dc237b9d272697cdd0842ec64ec (diff) | |
download | FreeBSD-src-353ac0b339df3493d1950b6527988b77b76bd197.zip FreeBSD-src-353ac0b339df3493d1950b6527988b77b76bd197.tar.gz |
Virgin import of FSF groff v1.19.2
Diffstat (limited to 'contrib/groff/Makefile.sub')
-rw-r--r-- | contrib/groff/Makefile.sub | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/contrib/groff/Makefile.sub b/contrib/groff/Makefile.sub index 689fd63..2652363 100644 --- a/contrib/groff/Makefile.sub +++ b/contrib/groff/Makefile.sub @@ -4,9 +4,12 @@ DISTCLEANFILES=\ config.cache \ stamp-h \ Makefile \ - src/xditview/Imakefile \ - $(srcdir)/src/xditview/gxditview._man \ - src/include/config.h + test-groff \ + src/include/config.h \ + site.exp \ + site.bak \ + groff.sum \ + groff.log CLEANADD=Makefile.cfg conftest* distfiles: configure @@ -26,3 +29,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) |