Skip to content
Snippets Groups Projects
Commit 36cc6470 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

may not start with comment.

git-svn-id: http://root.cern.ch/svn/root/trunk@42370 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0ec0aae1
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,7 @@ done ...@@ -27,8 +27,7 @@ done
# write header note # write header note
for v in $VERS; do for v in $VERS; do
if [ -r doc/v${v}/index.html ]; then if [ -r doc/v${v}/index.html ]; then
echo "<!-- doc/v${v}/index.html -->" > $OUTDIR/v${v}/index.html cat doc/v${v}/index.html > $OUTDIR/v${v}/index.html
cat doc/v${v}/index.html >> $OUTDIR/v${v}/index.html
fi fi
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment