mirror of git://gcc.gnu.org/git/gcc.git
Fix ada enabled "make html".
* Makefile.in (html): New. From-SVN: r98906
This commit is contained in:
parent
e14a654047
commit
01a1e85a73
|
@ -1,3 +1,7 @@
|
||||||
|
2005-04-27 James E Wilson <wilson@specifixinc.com>
|
||||||
|
|
||||||
|
* Makefile.in (html): New.
|
||||||
|
|
||||||
2005-02-28 Paolo Bonzini <bonzini@gnu.org>
|
2005-02-28 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
PR bootstrap/17383
|
PR bootstrap/17383
|
||||||
|
|
|
@ -115,6 +115,9 @@ info:
|
||||||
# Build DVI (none here).
|
# Build DVI (none here).
|
||||||
dvi:
|
dvi:
|
||||||
|
|
||||||
|
# Build html (none here).
|
||||||
|
html:
|
||||||
|
|
||||||
# Build TAGS (none here).
|
# Build TAGS (none here).
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue