From 4f3d90548b4590281766091564da0bb23515af75 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Sat, 3 Jun 2006 17:16:11 +0000 Subject: [PATCH] Makefile.in: Add html and install-html targets. 2006-06-03 Carlos O'Donell * Makefile.in: Add html and install-html targets. From-SVN: r114345 --- gnattools/ChangeLog | 4 ++++ gnattools/Makefile.in | 5 +++++ 2 files changed, 9 insertions(+) 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 + + * Makefile.in: Add html and install-html targets. + 2005-03-09 Arnaud Charlet * 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: -- 2.30.2