Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b1111363
Commit
b1111363
authored
Mar 02, 1999
by
simonm
Browse files
[project @ 1999-03-02 11:46:28 by simonm]
Install the docs in $real_datadir, not $datadir.
parent
82f0cf81
Changes
1
Hide whitespace changes
Inline
Side-by-side
distrib/Makefile-bin.in
View file @
b1111363
...
...
@@ -66,9 +66,9 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
# default
infodir = $(datadir)
htmldir = $(datadir)
dvidir = $(datadir)
infodir = $(
real_
datadir)
htmldir = $(
real_
datadir)
dvidir = $(
real_
datadir)
#
# Putting the package stuff in package-specific
...
...
Write
Preview
Markdown
is supported
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