diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-14 13:16:08 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-14 13:16:12 +0100 |
commit | 48627d00df2c8e14f904912fba038074834e88b6 (patch) | |
tree | df2f75b0190961d0b643cc0f2cda649c0981305b /cfg.mk | |
parent | 8ecdd7f6304c89e4fc7d984d4d7c98d61790e120 (diff) | |
download | gnutls-48627d00df2c8e14f904912fba038074834e88b6.tar.gz |
no longer use texi2html. makeinfo --html has decent output.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |