File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ else #running under travis
5858 mkdir " $TRAVIS_TAG "
5959 mkdir " $TRAVIS_TAG /tests"
6060 # Add an entry in index.html for the new tag, assume none exists
61- awk ' /<!--Next stable release goes here-->/{print "<a href=\"./' " $TRAVIS_TAG " ' /masterindex .html\" class=\"indexitem\" >' " $TRAVIS_TAG " ' </a>"}1' index.html > index2.html && mv index2.html index.html
61+ awk ' /<!--Next stable release goes here-->/{print "<a href=\"./' " $TRAVIS_TAG " ' /json_module_f90 .html\" class=\"indexitem\" >' " $TRAVIS_TAG " ' </a>"}1' index.html > index2.html && mv index2.html index.html
6262 FILES=$( find ../documentation -name ' *.*' ) # get all the files (including in subdirectories)
6363 for f in $FILES ; do # add tag info to headers and clean line endings
6464 sed ' /[^#]robo_top_of_doc/ s;jsonfortran</a>;jsonfortran ' " $TRAVIS_TAG " ' </a>;' $f | sed ' s/ *$//' > " $TRAVIS_TAG /${f##* documentation/ } "
You can’t perform that action at this time.
0 commit comments