* doc/Makefile.sub (uninstall_sub): Fix names for info files.
[s-roff.git] / Makefile.sub
blobc24f2bf7719d0656157b7faf976e7ee3ff0714a0
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   site.exp \
10   site.bak \
11   groff.sum \
12   groff.log
13 CLEANADD=Makefile.cfg conftest*
15 M4MACROS = \
16   $(srcdir)/m4/groff.m4 \
17   $(srcdir)/m4/codeset.m4 $(srcdir)/m4/glibc21.m4 \
18   $(srcdir)/m4/iconv.m4 \
19   $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-ld.m4 $(srcdir)/m4/lib-prefix.m4
21 distfiles: configure
23 $(srcdir)/configure: configure.ac $(srcdir)/aclocal.m4
24         cd $(srcdir) && autoconf
26 $(srcdir)/aclocal.m4: $(M4MACROS)
27         cd $(srcdir) && aclocal -I m4
29 config.status: configure
30         $(SHELL) config.status --recheck
32 # autoheader might not change config.hin, so touch a stamp file.
33 $(srcdir)/config.hin: stamp-h.in
34 $(srcdir)/stamp-h.in: configure.ac $(srcdir)/aclocal.m4
35         cd $(srcdir) && autoheader
36         echo timestamp > $(srcdir)/stamp-h.in
37      
38 config.h: stamp-h
39 stamp-h: config.hin config.status
40         $(SHELL) config.status
42 # Always create the site-font directory as a guide to the user.
43 install_data:
44         -test -d $(DESTDIR)$(localfontdir) \
45           || $(mkinstalldirs) $(DESTDIR)$(localfontdir)