OSDN Git Service

2006-06-03 Carlos O'Donell <carlos@codesourcery.com>
authorcarlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Jun 2006 17:16:11 +0000 (17:16 +0000)
committercarlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Jun 2006 17:16:11 +0000 (17:16 +0000)
* Makefile.in: Add html and install-html targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114345 138bc75d-0d04-0410-961f-82ee72b054a4

gnattools/ChangeLog
gnattools/Makefile.in

index 1a0baa3..c8ee8e8 100644 (file)
@@ -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
index 3a1a054..3bfa04f 100644 (file)
@@ -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: