1 ## Process this file with automake to create Makefile.in.
3 ## Makefile for GNU make documentation.
4 ## Copyright 2002 Free Software Foundation, Inc.
7 TEXI2HTML_FLAGS = -split_chapter
9 info_TEXINFOS = make.texi
10 make_TEXINFOS = fdl.texi make-stds.texi
12 CLEANFILES = make*.html
14 ## ----------------------------- ##
15 ## Other documentation formats. ##
16 ## ----------------------------- ##
20 make_1.html: $(info_TEXINFOS) $(make_TEXINFOS)
21 $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi