diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-24 18:00:55 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-24 18:00:55 +0100 |
commit | 7ce1200106b411bde7d2956e00204d8fda58f5bd (patch) | |
tree | b62ecd6960229173ee3de37456f1659eda27ce01 /cfg.mk | |
parent | bde2a1bf14c376bec5a83bdc7c36f0a63a4dd665 (diff) | |
download | gnutls-7ce1200106b411bde7d2956e00204d8fda58f5bd.tar.gz |
copy images to html_node
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ |