Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROSA - Formally Proven Schedulability Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RT-PROOFS
PROSA - Formally Proven Schedulability Analysis
Commits
f645d086
Commit
f645d086
authored
5 years ago
by
Björn Brandenburg
Browse files
Options
Downloads
Patches
Plain Diff
don't rename index.html to indexpage.html in coqdocjs target
parent
9fa2acb3
No related branches found
No related tags found
1 merge request
!94
don't rename index.html to indexpage.html in coqdocjs target
Pipeline
#25876
passed
5 years ago
Stage: build
Stage: process
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scripts/coqdocjs/Makefile.coqdocjs
+1
-1
1 addition, 1 deletion
scripts/coqdocjs/Makefile.coqdocjs
scripts/coqdocjs/header.html
+2
-2
2 additions, 2 deletions
scripts/coqdocjs/header.html
scripts/coqdocjs/resources/coqdocjs.js
+1
-1
1 addition, 1 deletion
scripts/coqdocjs/resources/coqdocjs.js
with
4 additions
and
4 deletions
scripts/coqdocjs/Makefile.coqdocjs
+
1
−
1
View file @
f645d086
...
...
@@ -6,4 +6,4 @@ htmlpretty: $(GLOBFILES) $(VFILES)
--with-header
scripts/coqdocjs/header.html
--with-footer
scripts/coqdocjs/footer.html
\
-html
$(
GAL
)
$(
COQDOCLIBS
)
-d
html
$(
VFILES
)
$(
HIDE
)
cp
scripts/coqdocjs/resources/
*
html
$(
HIDE
)
mv
html/index.html html/indexpage.html
This diff is collapsed.
Click to expand it.
scripts/coqdocjs/header.html
+
2
−
2
View file @
f645d086
...
...
@@ -18,8 +18,8 @@
<span
class=
"button"
id=
"toggle-proofs"
></span>
<span
class=
"right"
>
<a
href=
"../"
>
Project Page
</a>
<a
href=
"./index
page
.html"
>
Index
</a>
<a
href=
"../
../
"
>
Project Page
</a>
<a
href=
"./index.html"
>
Index
</a>
<a
href=
"./toc.html"
>
Table of Contents
</a>
</span>
</div>
...
...
This diff is collapsed.
Click to expand it.
scripts/coqdocjs/resources/coqdocjs.js
+
1
−
1
View file @
f645d086
...
...
@@ -169,7 +169,7 @@ function fixTitle(){
var
url
=
"
/
"
+
window
.
location
.
pathname
;
var
basename
=
url
.
substring
(
url
.
lastIndexOf
(
'
/
'
)
+
1
,
url
.
lastIndexOf
(
'
.
'
));
if
(
basename
===
"
toc
"
)
{
document
.
title
=
"
Table of Contents
"
;}
else
if
(
basename
===
"
index
page
"
)
{
document
.
title
=
"
Index
"
;}
else
if
(
basename
===
"
index
"
)
{
document
.
title
=
"
Index
"
;}
else
{
document
.
title
=
basename
;}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment