Skip to content
Snippets Groups Projects
Commit 9cdcf778 authored by edgrif's avatar edgrif
Browse files

add call to zmapdocs script

parent 3dbdf995
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,13 @@ do
done
# Set up docs that needs generating/copying in some way...
#
zmapdocs $web_site || ZBmsgAndExit "Processing of docs by zmapdocs script failed."
# -t is for test apparently....
if [ -n "$webpublish" ] ; then
webpublish -t $web_site || ZBmsgAndExit "Could not copy docs to live web site."
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment