Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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
haskell-wasm
GHC
Commits
e026f285
Commit
e026f285
authored
16 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
Add a link to the GHC API docs from the library haddock index
parent
139e1b5c
Branches
wip/T5084
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
libraries/Makefile
+2
-1
2 additions, 1 deletion
libraries/Makefile
libraries/gen_contents_index
+1
-0
1 addition, 0 deletions
libraries/gen_contents_index
libraries/prologue.txt
+5
-0
5 additions, 0 deletions
libraries/prologue.txt
with
8 additions
and
1 deletion
libraries/Makefile
+
2
−
1
View file @
e026f285
...
...
@@ -321,6 +321,7 @@ ifeq "$(HADDOCK_DOCS)" "YES"
$(
INSTALL_DIR
)
$(
DESTDIR
)$(
html_installed_root
)
$(
INSTALL_DATA
)
index.html doc-index
*
.html
$(
DESTDIR
)$(
html_installed_root
)
$(
INSTALL_SCRIPT
)
gen_contents_index
$(
DESTDIR
)$(
html_installed_root
)
$(
INSTALL_DATA
)
prologue.txt
$(
DESTDIR
)$(
html_installed_root
)
# Hacks:
$(
INSTALL_DATA
)
base/dist/doc/html/
*
/
*
.css
$(
DESTDIR
)$(
html_installed_root
)
$(
INSTALL_DATA
)
base/dist/doc/html/
*
/
*
.js
$(
DESTDIR
)$(
html_installed_root
)
...
...
@@ -365,7 +366,7 @@ endif
echo
$(WHERE_AM_I)/ifBuildable/ifBuildable
>>
$(BIN_DIST_LIST)
for
FILE
in
dph/dph-prim-interface/interface/*.h
dph/dph/LICENSE;
do
if
[
-f
$$FILE
];
then
echo
$(WHERE_AM_I)/$$FILE
>>
$(BIN_DIST_LIST);
fi;
done
ifeq
"$(HADDOCK_DOCS)" "YES"
for
FILE
in
gen_contents_index
index.html
doc-index*.html;
do
echo
$(WHERE_AM_I)/$$FILE
>>
$(BIN_DIST_LIST);
done
for
FILE
in
gen_contents_index
prologue
index.html
doc-index*.html;
do
echo
$(WHERE_AM_I)/$$FILE
>>
$(BIN_DIST_LIST);
done
endif
$(foreach SUBDIR,$(SUBDIRS),binary-dist.library.$(SUBDIR))
:
\
...
...
This diff is collapsed.
Click to expand it.
libraries/gen_contents_index
+
1
−
0
View file @
e026f285
...
...
@@ -27,6 +27,7 @@ done
# Now create the combined contents and index pages
$HADDOCK
--gen-index
--gen-contents
-o
.
\
-t
"Haskell Hierarchical Libraries"
\
-p
"prologue.txt"
\
$HADDOCK_ARGS
# Unhandled Windows help stuff?:
...
...
This diff is collapsed.
Click to expand it.
libraries/prologue.txt
0 → 100644
+
5
−
0
View file @
e026f285
This index includes documentation for many Haskell modules.
For documentation on the GHC API, see <ghc/index.html>.
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