Various changes getting ready for the release of 3.81.
[make.git] / doc / Makefile.am
blobba7eef34bbc0cfe7d821cbae90034576474aa21e
1 # -*-Makefile-*-, or close enough
3 TEXI2HTML = texi2html
4 TEXI2HTML_FLAGS = -split_chapter
6 info_TEXINFOS = make.texi
7 make_TEXINFOS = fdl.texi make-stds.texi
9 CLEANFILES = make*.html
11 ## ----------------------------- ##
12 ## Other documentation formats.  ##
13 ## ----------------------------- ##
15 html: make_1.html
17 make_1.html: $(info_TEXINFOS) $(make_TEXINFOS)
18         $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi
20 .PHONY: html