aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2004-11-13 07:33:27 +0000
committerMike Stump <mrs@gcc.gnu.org>2004-11-13 07:33:27 +0000
commit251089a007f77f76c208e181104a487fdc0c5035 (patch)
tree415046859f58cd66b14054bd31d139a12eabc3fd
parentf87a2b2e8931bc7b508ac8dd8fdec63e4f85292b (diff)
downloadgcc-251089a007f77f76c208e181104a487fdc0c5035.zip
gcc-251089a007f77f76c208e181104a487fdc0c5035.tar.gz
gcc-251089a007f77f76c208e181104a487fdc0c5035.tar.bz2
* Makefile.in (html): Add html generation support.
From-SVN: r90576
-rw-r--r--fixincludes/ChangeLog4
-rw-r--r--fixincludes/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 70ee6e6..290c976 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-12 Mike Stump <mrs@apple.com>
+
+ * Makefile.in (html): Add html generation support.
+
2004-11-12 Joseph S. Myers <joseph@codesourcery.com>
* inclhack.def (sco_math): Bypass on __GNUG__.
diff --git a/fixincludes/Makefile.in b/fixincludes/Makefile.in
index cabc3c8..ca26bae 100644
--- a/fixincludes/Makefile.in
+++ b/fixincludes/Makefile.in
@@ -180,4 +180,5 @@ install : all
dvi :
info :
+html :
installcheck :