File tree 1 file changed +1
-1
lines changed
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
58
58
mkdir " $TRAVIS_TAG "
59
59
mkdir " $TRAVIS_TAG /tests"
60
60
# 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
62
62
FILES=$( find ../documentation -name ' *.*' ) # get all the files (including in subdirectories)
63
63
for f in $FILES ; do # add tag info to headers and clean line endings
64
64
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