diff options
| author | barras | 2004-03-16 10:24:56 +0000 |
|---|---|---|
| committer | barras | 2004-03-16 10:24:56 +0000 |
| commit | 00b9c326446588c256238fb09cccea00622ed12a (patch) | |
| tree | 3b082bde937f9b5c676eebd13e57efc792a62ee2 /Makefile | |
| parent | 13d740aa18c0bbc5dad6d6753106bdc5b7ad05b2 (diff) | |
install de pcoq incorrect + spec rpm
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5503 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -696,7 +696,9 @@ clean:: rm -f bin/parser$(EXE) bin/coq-interface$(EXE) bin/coq-interface.opt$(EXE) # install targets -install-pcoq:: +install-pcoq:: install-pcoq-binaries install-pcoq-manpages + +install-pcoq-binaries:: $(MKDIR) $(FULLBINDIR) cp $(COQINTERFACE) $(FULLBINDIR) |
