Skip to content
Snippets Groups Projects
Commit 54e05e9f authored by sof's avatar sof
Browse files

[project @ 1997-11-29 20:37:43 by sof]

Document new mkdependHS options
parent e8d8e039
No related merge requests found
......@@ -81,6 +81,7 @@ Here are the @mkdependHS@-specific options (not between @--@'s):
\begin{description}
\item[@-v@] Be verbose.
\item[@-v -v@] Be very verbose.
\item[@-w@] Turn off warnings about interface file shadowing.
\item[@-f blah@]
Use @blah@ as the makefile, rather than @makefile@
or @Makefile@. If @blah@ doesn't exist, @mkdependHS@ creates it.
......@@ -117,6 +118,12 @@ Here are the @mkdependHS@-specific options (not between @--@'s):
Regard @<file>@ as not "stable"; i.e., generate dependencies
on it (if any). This option is normally used in conjunction
with the @--exclude-directory@ option.
\item[@--include-prelude@]
Regard prelude libraries as unstable, i.e., generate dependencies
on the prelude modules used (including \tr{Prelude}).
This option is normally only used by the various system libraries. If
a \tr{-syslib} option is used, dependencies will also be
generated on the library's interfaces.
\end{description}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment