Some updates for automake 1.7 and prep for releasing 3.80.
[make/kirr.git] / doc / Makefile.am
blob4aa626c335043ab46bba971a2cef1ffaa5f093cd
1 ## Process this file with automake to create Makefile.in.
3 ## Makefile for GNU make documentation.
4 ## Copyright 2002 Free Software Foundation, Inc.
6 TEXI2HTML = texi2html
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 ## ----------------------------- ##
18 html: make_1.html
20 make_1.html: $(info_TEXINFOS) $(make_TEXINFOS)
21         $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi
23 .PHONY: html