Last change
on this file was 53, checked in by bird, 21 years ago |
Initial revision
|
-
Property svn:eol-style
set to
native
|
File size:
425 bytes
|
Line | |
---|
1 | # -*-Makefile-*-, or close enough
|
---|
2 |
|
---|
3 | TEXI2HTML = texi2html
|
---|
4 | TEXI2HTML_FLAGS = -split_chapter
|
---|
5 |
|
---|
6 | info_TEXINFOS = make.texi
|
---|
7 | make_TEXINFOS = fdl.texi make-stds.texi
|
---|
8 |
|
---|
9 | CLEANFILES = make*.html
|
---|
10 |
|
---|
11 | ## ----------------------------- ##
|
---|
12 | ## Other documentation formats. ##
|
---|
13 | ## ----------------------------- ##
|
---|
14 |
|
---|
15 | html: make_1.html
|
---|
16 |
|
---|
17 | make_1.html: $(info_TEXINFOS) $(make_TEXINFOS)
|
---|
18 | $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi
|
---|
19 |
|
---|
20 | .PHONY: html
|
---|
Note:
See
TracBrowser
for help on using the repository browser.