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:
parent
898e551d64
commit
4f3d90548b
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user