aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Wilson <wilson@specifixinc.com>2005-04-28 01:39:03 +0000
committerJim Wilson <wilson@gcc.gnu.org>2005-04-27 18:39:03 -0700
commit01a1e85a73a874b8921e2100437e6f32594afd93 (patch)
tree9468f0da84a94e74c719ec65d75fd91a72fcb6af
parente14a65404712f3f8b9e4af99336be4f2db65efe5 (diff)
downloadgcc-01a1e85a73a874b8921e2100437e6f32594afd93.zip
gcc-01a1e85a73a874b8921e2100437e6f32594afd93.tar.gz
gcc-01a1e85a73a874b8921e2100437e6f32594afd93.tar.bz2
Fix ada enabled "make html".
* Makefile.in (html): New. From-SVN: r98906
-rw-r--r--libada/ChangeLog4
-rw-r--r--libada/Makefile.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog
index b9818a3..2e8bfc2 100644
--- a/libada/ChangeLog
+++ b/libada/ChangeLog
@@ -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>
PR bootstrap/17383
diff --git a/libada/Makefile.in b/libada/Makefile.in
index b6aa682..3e0db0b 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: