From: Sergey Poznyakoff Date: Tue, 30 Oct 2007 14:08:21 +0000 (+0000) Subject: Use texi2html and the CVS version of gendocs.sh to create HTML versions of the manual X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=362492fe70b789c926b3e1ed474aaccdc38b51ac Use texi2html and the CVS version of gendocs.sh to create HTML versions of the manual --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 232d2ea..47c8ea8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -82,5 +82,5 @@ manual: TEXINPUTS=$(srcdir):$(top_srcdir)/build-tex:$(TEXINPUTS) \ MAKEINFO="$(MAKEINFO) $(MAKEINFOFLAGS)" \ TEXI2DVI="$(TEXI2DVI) -t @finalout" \ - $(GENDOCS) tar 'GNU tar manual' + $(GENDOCS) --texi2html tar 'GNU tar manual'