From 3cea0be54e7466a949a91904e5e8e8858fc1ee50 Mon Sep 17 00:00:00 2001
From: Peter Verthez <Peter.Verthez@advalvas.be>
Date: Sat, 28 Dec 2002 13:28:56 +0000
Subject: [PATCH] Copy over utf8tools.html from the utf8 subdirectory.

---
 doc/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2894e0d..0458a2f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -5,7 +5,7 @@
 SUBDIRS = images .
 DOC_FILES = index.html usage.html parser.html interface.html links.html \
 	    encoding.html gom.html
-GENERATED_DOC_FILES = gomxref.html
+GENERATED_DOC_FILES = gomxref.html utf8tools.html
 DOC_GEN = make_gom_xref
 EXTRA_DIST = $(DOC_FILES) $(DOC_GEN) index.html.in $(GENERATED_DOC_FILES)
 docdir = $(datadir)/doc/@PACKAGE@-@VERSION@
@@ -16,3 +16,6 @@ doc_DATA = $(DOC_FILES) $(GENERATED_DOC_FILES)
 gomxref.html:	$(srcdir)/../include/gom.h make_gom_xref
 	srcdir=$(srcdir); export srcdir; \
         perl $(srcdir)/make_gom_xref
+
+utf8tools.html:	$(srcdir)/../utf8/doc/utf8tools.html
+	cp $< $@
-- 
2.30.2