diff options
author | James E Wilson <wilson@specifixinc.com> | 2005-04-28 01:39:03 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-04-27 18:39:03 -0700 |
commit | 01a1e85a73a874b8921e2100437e6f32594afd93 (patch) | |
tree | 9468f0da84a94e74c719ec65d75fd91a72fcb6af /libada/Makefile.in | |
parent | e14a65404712f3f8b9e4af99336be4f2db65efe5 (diff) | |
download | gcc-01a1e85a73a874b8921e2100437e6f32594afd93.tar.gz |
Fix ada enabled "make html".
* Makefile.in (html): New.
From-SVN: r98906
Diffstat (limited to 'libada/Makefile.in')
-rw-r--r-- | libada/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libada/Makefile.in b/libada/Makefile.in index b6aa682954f..3e0db0befe1 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -115,6 +115,9 @@ info: # Build DVI (none here). dvi: +# Build html (none here). +html: + # Build TAGS (none here). TAGS: |