Makefile.in: Add html and install-html targets.

2006-06-03  Carlos O'Donell  <carlos@codesourcery.com>

	* Makefile.in: Add html and install-html targets.

From-SVN: r114345
This commit is contained in:
Carlos O'Donell 2006-06-03 17:16:11 +00:00 committed by Carlos O'Donell
parent 898e551d64
commit 4f3d90548b
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-06-03 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add html and install-html targets.
2005-03-09 Arnaud Charlet <charlet@adacore.com>
* Makefile.in: Fix incorrect use of ' in shell command

View File

@ -302,6 +302,9 @@ info:
# Build DVI (none here).
dvi:
# Build HTML (none here).
html:
# Build TAGS (none here).
TAGS:
@ -310,6 +313,8 @@ install:
install-info:
install-html:
# Cleaning rules.
mostlyclean: