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
f38871fd
Commit
f38871fd
authored
Sep 06, 2008
by
Ian Lynagh
Browse files
Don't build latex docs by default
"LATEX_DOCS = YES" enables them
parent
560a676d
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/ext-core/Makefile
View file @
f38871fd
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
ifeq
"$(LATEX_DOCS)" "YES"
all
:
ps
install-docs
:
-
mkdir
$(docdir)
/ext-core
cp
core.ps.gz
$(docdir)
/ext-core/
else
all
:
endif
# General makefile for Latex stuff
...
...
mk/config.mk.in
View file @
f38871fd
...
...
@@ -188,6 +188,9 @@ XMLDocWays=
# Should we build haddock docs?
HADDOCK_DOCS
=
YES
# Should we build latex docs?
LATEX_DOCS
=
NO
# Mac OS X deployment target (to cross-compile for older OS versions)
#
MACOSX_DEPLOYMENT_VERSION
=
@MACOSX_DEPLOYMENT_VERSION@
...
...
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