Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
65f22b95
Commit
65f22b95
authored
Oct 25, 2018
by
POTTIER Francois
Browse files
Fix [make install] when building from repo.
parent
0e6080cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
65f22b95
...
...
@@ -195,10 +195,13 @@ install:
install
-m
644
$(patsubst
%,$(BUILDDIR)/%,$(MENHIRLIB))
$(libdir)
;
\
install
-m
644
$(patsubst
%,$(SDKDIR)/%,$(MENHIRSDK))
$(libdir)
;
\
fi
# Install the documentation.
mkdir
-p
$(docdir)
$(mandir)
cp
-r
$(DOCS)
$(docdir)
cp
-r
$(MANS)
$(mandir)
# Install the documentation. (If building from the repository, the documentation
# may be absent.)
if
[
-f
doc/manual.pdf
]
;
then
\
mkdir
-p
$(docdir)
$(mandir)
;
\
cp
-r
$(DOCS)
$(docdir)
;
\
cp
-r
$(MANS)
$(mandir)
;
\
fi
uninstall
:
@
if
`
$(bindir)
/menhir
$(EXE)
--suggest-ocamlfind
`
;
then
\
...
...
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