* src/roff/troff/input.h: s/COMPATIBLE_SAVE/PUSH_GROFF_MODE/.
[s-roff.git] / Makefile.sub
blobd3c1c4ae613eb8d15f589ac7af09b8d86ef4f70a
1 DISTCLEANFILES=\
2   config.status \
3   config.log \
4   config.cache \
5   stamp-h \
6   Makefile \
7   test-groff \
8   src/include/config.h
9 CLEANADD=Makefile.cfg conftest*
11 distfiles: configure
13 $(scrdir)/configure: configure.ac aclocal.m4
14         cd $(srcdir) && autoconf
16 config.status: configure
17         $(SHELL) config.status --recheck
19 # autoheader might not change config.hin, so touch a stamp file.
20 $(srcdir)/config.hin: stamp-h.in
21 $(srcdir)/stamp-h.in: configure.ac aclocal.m4
22         cd $(srcdir) && autoheader
23         echo timestamp > $(srcdir)/stamp-h.in
24      
25 config.h: stamp-h
26 stamp-h: config.hin config.status
27         $(SHELL) config.status
29 # Always create the site-font directory as a guide to the user.
30 install_data:
31         -test -d $(localfontdir) || $(mkinstalldirs) $(localfontdir)