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
Glasgow Haskell Compiler
GHC
Commits
12cc5a0f
Commit
12cc5a0f
authored
Oct 24, 2007
by
Ian Lynagh
Browse files
Build the manpage when building, not when installing
parent
47bf4da3
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/man/Makefile
View file @
12cc5a0f
...
...
@@ -14,6 +14,8 @@ CLEAN_FILES += $(MAN_PAGE).$(MAN_SECTION) flags.xsl flags.xml
ifneq
"$(DOING_BIN_DIST)" "YES"
all
::
$(MAN_PAGE).$(MAN_SECTION)
$(MAN_PAGE).$(MAN_SECTION)
:
flags.xsl flags.xml
$(XSLTPROC)
$(XSLTPROC_OPTS)
flags.xsl flags.xml
>
$@
...
...
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