aboutsummaryrefslogtreecommitdiff
path: root/gnattools
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-06-03 17:16:11 +0000
committerCarlos O'Donell <carlos@codesourcery.com>2006-06-03 17:16:11 +0000
commit319dba87347c1e7a55d1f380c509d859be52b6f9 (patch)
tree9987be1c5f5e3e2df1e029628c7ae843e9c22f26 /gnattools
parent399af4e05fc89777403fbd986fe77628ed6a93a9 (diff)
2006-06-03 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add html and install-html targets. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@114345 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gnattools')
-rw-r--r--gnattools/ChangeLog4
-rw-r--r--gnattools/Makefile.in5
2 files changed, 9 insertions, 0 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog
index 1a0baa3d470..c8ee8e847d1 100644
--- a/gnattools/ChangeLog
+++ b/gnattools/ChangeLog
@@ -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
diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in
index 3a1a0544271..3bfa04f1d06 100644
--- a/gnattools/Makefile.in
+++ b/gnattools/Makefile.in
@@ -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: