equal
deleted
inserted
replaced
121 |
121 |
122 # Where to look for docs (multiple dirs separated by ':'). |
122 # Where to look for docs (multiple dirs separated by ':'). |
123 ISABELLE_DOCS="$ISABELLE_HOME/doc" |
123 ISABELLE_DOCS="$ISABELLE_HOME/doc" |
124 |
124 |
125 ISABELLE_DOCS_RELEASE_NOTES="~~/ANNOUNCE:~~/README:~~/NEWS:~~/COPYRIGHT:~~/CONTRIBUTORS:~~/contrib/README:~~/src/Tools/jEdit/README:~~/README_REPOSITORY" |
125 ISABELLE_DOCS_RELEASE_NOTES="~~/ANNOUNCE:~~/README:~~/NEWS:~~/COPYRIGHT:~~/CONTRIBUTORS:~~/contrib/README:~~/src/Tools/jEdit/README:~~/README_REPOSITORY" |
126 ISABELLE_DOCS_EXAMPLES="~~/src/HOL/Examples/Seq.thy:~~/src/HOL/Examples/Drinker.thy:~~/src/HOL/Examples/ML.thy:~~/src/HOL/Unix/Unix.thy:~~/src/Tools/SML/Examples.thy:~~/src/Pure/ROOT.ML" |
126 ISABELLE_DOCS_EXAMPLES="~~/src/HOL/Examples/Seq.thy:~~/src/HOL/Examples/Drinker.thy:~~/src/HOL/Examples/Ackermann.thy:~~/src/HOL/Examples/ML.thy:~~/src/Tools/SML/Examples.thy:~~/src/Pure/ROOT.ML" |
127 |
127 |
128 # "open" within desktop environment (potentially asynchronous) |
128 # "open" within desktop environment (potentially asynchronous) |
129 case "$ISABELLE_PLATFORM_FAMILY" in |
129 case "$ISABELLE_PLATFORM_FAMILY" in |
130 linux*) |
130 linux*) |
131 ISABELLE_OPEN="xdg-open" |
131 ISABELLE_OPEN="xdg-open" |