Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ensembl-gh-mirror
zmap
Commits
f90c3a3d
Commit
f90c3a3d
authored
15 years ago
by
mh17
Browse files
Options
Downloads
Patches
Plain Diff
*.rel now optional
parent
4a5f9f47
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/scripts/build
+1
-1
1 addition, 1 deletion
doc/scripts/build
doc/scripts/docgen
+1
-1
1 addition, 1 deletion
doc/scripts/docgen
doc/scripts/navbar.rel
+3
-3
3 additions, 3 deletions
doc/scripts/navbar.rel
doc/scripts/new
+0
-2
0 additions, 2 deletions
doc/scripts/new
with
5 additions
and
7 deletions
doc/scripts/build
+
1
−
1
View file @
f90c3a3d
...
...
@@ -3,7 +3,7 @@
# must be run from ZMap/doc directory
docgen
*
.
html
cd
d
esig
m
cd
D
esig
n_notes
docgen
*
.
html
cd
modules
docgen
*
.
html
...
...
This diff is collapsed.
Click to expand it.
doc/scripts/docgen
+
1
−
1
View file @
f90c3a3d
...
...
@@ -22,7 +22,7 @@ sub menudiv
my $in_fieldset = 0;
$file = shift @_;
open(NAVBAR, $file) or
die("Can't open $file\n");
open(NAVBAR, $file) or
return; # *.rel is optional, we assume navbar.rel is OK
while ($line =
<NAVBAR>
)
{
...
...
This diff is collapsed.
Click to expand it.
doc/scripts/navbar.rel
+
3
−
3
View file @
f90c3a3d
,Home,
index,Documentation Root
d
esign/index,Index,
d
esign/misc/about,About,
,ZMap Modules,
d
esign/modules/
D
esign
_notes
/index,Index,
D
esign
_notes
/misc/about,About,
,ZMap Modules,
D
esign
_notes
/modules/
zmapApp,,
zmapConfig,,
zmapControl,,
...
...
This diff is collapsed.
Click to expand it.
doc/scripts/new
+
0
−
2
View file @
f90c3a3d
...
...
@@ -5,8 +5,6 @@ echo "<fieldset> <legend>Summary</legend>" >>$1.html
echo
"Forthcoming..."
>>
$1
.html
echo
"</fieldset>"
>>
$1
.html
echo
",Related"
>
$1
.rel
docgen
$1
echo
now update scripts/navbar.rel and design/index.html
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
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