aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/Makefile.sub')
-rw-r--r--contrib/groff/Makefile.sub35
1 files changed, 0 insertions, 35 deletions
diff --git a/contrib/groff/Makefile.sub b/contrib/groff/Makefile.sub
deleted file mode 100644
index 2652363020e1..000000000000
--- a/contrib/groff/Makefile.sub
+++ /dev/null
@@ -1,35 +0,0 @@
-DISTCLEANFILES=\
- config.status \
- config.log \
- config.cache \
- stamp-h \
- Makefile \
- test-groff \
- src/include/config.h \
- site.exp \
- site.bak \
- groff.sum \
- groff.log
-CLEANADD=Makefile.cfg conftest*
-
-distfiles: configure
-
-$(scrdir)/configure: configure.ac aclocal.m4
- cd $(srcdir) && autoconf
-
-config.status: configure
- $(SHELL) config.status --recheck
-
-# autoheader might not change config.hin, so touch a stamp file.
-$(srcdir)/config.hin: stamp-h.in
-$(srcdir)/stamp-h.in: configure.ac aclocal.m4
- cd $(srcdir) && autoheader
- echo timestamp > $(srcdir)/stamp-h.in
-
-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)