Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
e63653ad
Commit
e63653ad
authored
Apr 25, 2007
by
Ian Lynagh
Browse files
Only haddock a package if it is buildable; spotted by Claus Reinke
parent
13cd965d
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
e63653ad
...
...
@@ -171,7 +171,7 @@ doc: $(foreach SUBDIR,$(SUBDIRS),doc.library.$(SUBDIR))
$(foreach SUBDIR,$(SUBDIRS),doc.library.$(SUBDIR))
:
\
doc.library.%: stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%
\
%/setup/Setup
cd
$*
&&
setup/Setup haddock
cd
$*
&&
../ifBuildable/ifBuildable
setup/Setup haddock
.PHONY
:
install install-docs install.library.%
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment