summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-14 13:16:08 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-14 13:16:12 +0100
commit48627d00df2c8e14f904912fba038074834e88b6 (patch)
treedf2f75b0190961d0b643cc0f2cda649c0981305b
parent8ecdd7f6304c89e4fc7d984d4d7c98d61790e120 (diff)
downloadgnutls-48627d00df2c8e14f904912fba038074834e88b6.tar.gz
no longer use texi2html. makeinfo --html has decent output.
-rw-r--r--cfg.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index ee607ddec6..fd3a1e6c50 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -124,7 +124,6 @@ web:
echo generating documentation for $(PACKAGE)
cd doc && $(SHELL) ../build-aux/gendocs.sh \
--html "--css-include=texinfo.css" \
- --texi2html \
-o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
cd doc && cp *.png ../$(htmldir)/manual/html_node/
#cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* $(htmldir)/devel/doxygen/ && cd doc/doxygen/latex && make refman.pdf && cd ../../../ && cp doc/doxygen/latex/refman.pdf $(htmldir)/devel/doxygen/$(PACKAGE).pdf