summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-27 18:51:45 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-27 18:51:45 +0100
commitaf5f0a4157fb755d4a786e1aade5442435555857 (patch)
treed513c995d7c4e3003e2fb744ffebc7fe768a3a6a /cfg.mk
parentb95ea818c2e33a03dae4d35fdbc42232193d0f2c (diff)
downloadgnutls-af5f0a4157fb755d4a786e1aade5442435555857.tar.gz
update @VERSION@ -> actual version on the web manual
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index dc04b6d1b2..181f8de7e7 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -146,6 +146,7 @@ web:
cd doc && cp gnutls.html *.png ../$(htmldir)/manual/
cd doc && makeinfo --html --split=node -o ../$(htmldir)/manual/html_node/ --css-include=./texinfo.css gnutls.texi
cd doc && cp *.png ../$(htmldir)/manual/html_node/
+ sed 's/\@VERSION\@/$(VERSION)/g' -i $(htmldir)/manual/html_node/*.html $(htmldir)/manual/gnutls.html
-cd doc && make gnutls.epub && cp gnutls.epub ../$(htmldir)/manual/
cd doc/latex && make gnutls.pdf && cp gnutls.pdf ../../$(htmldir)/manual/
#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