Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
3139d8d3
Commit
3139d8d3
authored
Mar 02, 2010
by
Simon Marlow
Browse files
sdist: Haddock.Interface.{Lex,Parse} moved to Haddock.{Lex,Parse}
parent
4bba92f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
3139d8d3
...
...
@@ -1065,8 +1065,8 @@ sdist-prep :
$(
call
sdist_file,utils/hpc,dist,,,HpcParser,y
)
$(
call
sdist_file,utils/genprimopcode,dist,,,Lexer,x
)
$(
call
sdist_file,utils/genprimopcode,dist,,,Parser,y
)
$(
call
sdist_file,utils/haddock,dist,src,Haddock
/Interface
,Lex,x
)
$(
call
sdist_file,utils/haddock,dist,src,Haddock
/Interface
,Parse,y
)
$(
call
sdist_file,utils/haddock,dist,src,Haddock,Lex,x
)
$(
call
sdist_file,utils/haddock,dist,src,Haddock,Parse,y
)
cd
$(SRC_DIST_DIR)
&&
"
$(RM)
"
$(RM_OPTS)
-r
compiler/stage[123] mk/build.mk
cd
$(SRC_DIST_DIR)
&&
"
$(FIND)
"
$(SRC_DIST_DIRS)
\(
-name
_darcs
-o
-name
SRC
-o
-name
"autom4te*"
-o
-name
"*~"
-o
-name
".cvsignore"
-o
-name
"
\#
*"
-o
-name
".
\#
*"
-o
-name
"log"
-o
-name
"*-SAVE"
-o
-name
"*.orig"
-o
-name
"*.rej"
-o
-name
"*-darcs-backup*"
\)
-print
|
"
$(XARGS)
"
$(XARGS_OPTS)
"
$(RM)
"
$(RM_OPTS)
-r
...
...
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