VirtualBox

source: kBuild/vendor/gnumake/2005-05-16/doc/Makefile.am

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
3TEXI2HTML = texi2html
4TEXI2HTML_FLAGS = -split_chapter
5
6info_TEXINFOS = make.texi
7make_TEXINFOS = fdl.texi make-stds.texi
8
9CLEANFILES = make*.html
10
11## ----------------------------- ##
12## Other documentation formats. ##
13## ----------------------------- ##
14
15html: make_1.html
16
17make_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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette