Skip to content

Commit

Permalink
Update URL of the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Dec 4, 2015
1 parent 5524bc4 commit cef0c57
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bibliography/upload.sh
Expand Up @@ -4,7 +4,11 @@ rm -rf $TMPNAME
mkdir -p $TMPNAME
sh generate.sh $TMPNAME || exit 1
for f in $TMPNAME/*; do
echo "" >> $f
echo "<!-- This code was automatically generated from the OpenModelica trunk --!>" >> $f
echo "<!-- This code was automatically generated from the repository at https://github.com/OpenModelica/OpenModelica-doc/ --!>" > $f.tmp
echo "" >> $f.tmp
cat $f >> $f.tmp
echo "" >> $f.tmp
echo "<!-- This code was automatically generated from the repository at https://github.com/OpenModelica/OpenModelica-doc/ --!>" >> $f.tmp
mv $f.tmp $f
done
scp $TMPNAME/* openmodelica.org:/var/www/joomla/bibliography

0 comments on commit cef0c57

Please sign in to comment.