From: Nikos Mavrogiannopoulos Date: Thu, 24 Nov 2011 17:00:55 +0000 (+0100) Subject: copy images to html_node X-Git-Tag: gnutls_3_0_9~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ce1200106b411bde7d2956e00204d8fda58f5bd;p=thirdparty%2Fgnutls.git copy images to html_node --- diff --git a/cfg.mk b/cfg.mk index 0f532e822f..17098d4fc1 100644 --- a/cfg.mk +++ b/cfg.mk @@ -126,6 +126,7 @@ web: --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 -cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/ #cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/