Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
55f146c5
Commit
55f146c5
authored
May 29, 2003
by
simonmar
Browse files
[project @ 2003-05-29 13:36:39 by simonmar]
Also clean the Haddock interface file.
parent
5ed83923
Changes
1
Show whitespace changes
Inline
Side-by-side
mk/package.mk
View file @
55f146c5
# -----------------------------------------------------------------------------
# $Id: package.mk,v 1.2
7
2003/05/2
3
1
0:00:04
simonmar Exp $
# $Id: package.mk,v 1.2
8
2003/05/2
9
1
3:36:39
simonmar Exp $
ifneq
"$(PACKAGE)" ""
...
...
@@ -224,6 +224,8 @@ $(HTML_DOC) : $(HS_PPS)
$(
foreach
pkg,
$(PACKAGE_DEPS)
,
\
--read-interface
=
../
$(pkg)
,../
$(pkg)
/
$(pkg)
.haddock
)
CLEAN_FILES
+=
$(PACKAGE)
.haddock
%.raw-hs
:
%.lhs
$(GHC)
$(HC_OPTS)
-D__HADDOCK__
-E
-cpp
$<
-o
$<
.tmp
&&
sed
-e
's/^#.*//'
<
$<
.tmp
>
$@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment