* build html documentation.

Index: doc/Makefile.in
===================================================================
RCS file: /var/lib/cvs/integrit/doc/Makefile.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile.in
--- doc/Makefile.in	24 May 2003 11:55:23 -0000	1.1.1.1
+++ doc/Makefile.in	24 May 2003 13:00:46 -0000
@@ -116,11 +116,10 @@
 	echo $$INTEGRIT_VERSION; \
 	sed "s/[@]INTEGRIT_VERSION[@]/$$INTEGRIT_VERSION/g" \
 	  integrit.texi.in > integrit.texi \
-	  && ~/opt/texinfo-4.2/bin/makeinfo --html --no-split integrit.texi
-# 	  && makeinfo --html integrit.texi
+ 	  && makeinfo --html --no-split integrit.texi
 
 clean	:
-	rm -f integrit.1 i-viewdb.1 i-ls.1 integrit.texi
+	rm -f integrit.1 i-viewdb.1 i-ls.1 integrit.texi integrit.html
 
 realclean : clean
 
