Description: fix name of info-file
Last-Update: 2013-11-01

--- a/doc/ht.texi
+++ b/doc/ht.texi
@@ -1,6 +1,6 @@
 \input texinfo   @c -*-texinfo-*-
 @c %**start of header
-@setfilename ht.info
+@setfilename hte.info
 @settitle HT Editor Documentation
 @iftex
 @afourpaper
@@ -8,9 +8,10 @@
 @c %**end of header
 
 @ifinfo
+@dircategory Utilities
 @format
 START-INFO-DIR-ENTRY
-* ht: (ht.info).             HT Editor.
+* hte: (hte.info).             HT Editor.
 END-INFO-DIR-ENTRY
 @end format
 @end ifinfo
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -164,7 +164,7 @@
 top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = foreign
 MIFLAGS = --no-split
-EXTRA_DIST = hthelp.info ht.info ht.html ht.texi
+EXTRA_DIST = hthelp.info hte.info hte.html ht.texi
 all: all-am
 
 .SUFFIXES:
@@ -335,15 +335,15 @@
 	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
 
 
-all: hthelp.info ht.info ht.html README
+all: hthelp.info hte.info hte.html README
 
 hthelp.info: ht.texi
 	${MAKEINFO} ${MIFLAGS} --fill-column=64 --output $@ ht.texi
 
-ht.info: ht.texi
+hte.info: ht.texi
 	${MAKEINFO} ${MIFLAGS} --output $@ ht.texi
 
-ht.html: ht.texi
+hte.html: ht.texi
 	${MAKEINFO} ${MIFLAGS} --html --output $@ ht.texi
 
 README: ht.texi
