Skip to content

Commit

Permalink
- pdf links now work in GenerateDoc.mos
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 18, 2011
1 parent cd7f079 commit 4dde283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/GenerateDoc.mos
Expand Up @@ -202,7 +202,7 @@ for f in *.html.tmp ; do
# Image sources (filenames) and links
# Links to classnames
# Make quoted identifiers pretty
sed -i -e 's&=\"modelica://[A-Za-z0-9/'\\''()._-]*/\\([A-Za-z0-9'\\''()._-]*\\.png\"\\)&=\"\\1&g' \\
sed -i -e 's&=\"modelica://[A-Za-z0-9/'\\''()._-]*/\\([A-Za-z0-9'\\''()._-]*\\.[a-z][a-z][a-z]\"\\)&=\"\\1&g' \\
-e 's&href=\"modelica://\\([A-Za-z0-9'\\''()._]*\\)&href=\"\\1.html&g' \\
-e 's&\\(href=\"[^\"'\\'']*\\)'\\''\\([^\"'\\'']*\\)'\\''&\\1\\2&g' \"$F\"
tidy -modify -quiet \"$F\" 2>> tidy.log
Expand Down

0 comments on commit 4dde283

Please sign in to comment.