index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.install
Age
Commit message (
Expand
)
Author
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-12-13
Split up stdlib install command (too long)
Gaëtan Gilbert
2019-10-12
[make] separate generated gramlib ml files from mli files (fix #10864)
Enrico Tassi
2019-06-17
Update py-style headers to new year.
Théo Zimmermann
2019-02-06
Makefiles: Fixes for byte compilation
Gaëtan Gilbert
2019-02-06
Fix #9486: Makefile.install should not have a target foo
Gaëtan Gilbert
2018-12-06
Rename generated directory gramlib__pack -> gramlib/.pack
Gaëtan Gilbert
2018-11-21
[gramlib] [build] Switch make-based system to packed gramlib
Emilio Jesus Gallego Arias
2018-07-08
Remove Emacs modes.
Théo Zimmermann
2018-07-07
Merge PR #7921: Archive the `gallina` tool
Maxime Dénès
2018-06-30
Rebuild coqtop$(EXE) in "make coqbinaries" in addition to coqtop.opt$(EXE).
Jim Fehrle
2018-06-25
Archive the `gallina` tool
Vincent Laporte
2018-06-11
Merge PR #7406: Fix #7214: install knows which ml files do not get compiled t...
Pierre-Marie Pédrot
2018-05-31
Merge PR #7633: [Makefile] New target “install-merlin”
Enrico Tassi
2018-05-29
[Makefile] New target “install-merlin”
Vincent Laporte
2018-05-23
Don't try to install native compiled files if native-compile is not set
Jim Fehrle
2018-05-21
[stm] Make toplevels standalone executables.
Emilio Jesus Gallego Arias
2018-05-02
Fix #7214: install knows which ml files do not get compiled to cmx.
Gaëtan Gilbert
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-12-16
[make] More build fixes for static plugins and ocamlfind.
Emilio Jesus Gallego Arias
2017-12-14
Merge PR #6038: [build] Remove coqmktop in favor of ocamlfind.
Maxime Dénès
2017-12-10
[build] Remove coqmktop in favor of ocamlfind.
Emilio Jesus Gallego Arias
2017-12-08
[makefile] Address #6291: install more development files.
Emilio Jesus Gallego Arias
2017-11-19
Rename coq-inferior.el -> inferior-coq.el to match provided feature.
Gaëtan Gilbert
2017-10-13
Fix BZ#5785 (make install -j broken)
Jason Gross
2017-09-11
Remove unneeded fix for BZ#1715
Gaëtan Gilbert
2017-08-04
Makefile: install-byte works even if -coqide no
Enrico Tassi
2017-07-11
Add timing scripts
Jason Gross
2017-05-30
Makefile: no bytecode compilation in make world, see make byte instead
Pierre Letouzey
2017-05-23
enters coq_makefile2
Enrico Tassi
2017-03-10
[META] [build] Install dlls to kernel/byterun
Emilio Jesus Gallego Arias
2016-10-28
[build] Add a target to install the META file.
Emilio Jesus Gallego Arias
2016-07-05
Revert "Merge remote-tracking branch 'github/pr/229' into trunk"
Maxime Dénès
2016-06-29
Makefile: no bytecode compilation in make world, see make byte instead
Pierre Letouzey
2016-06-24
Makefile.install: fix a typo in last commit c954bb5, sorry
Pierre Letouzey
2016-06-24
Makefile.install: fix the install of plugin cmi
Pierre Letouzey
2016-06-08
Makefile.build split in many smaller files : Makefile.{ide,checker,dev,install}
Pierre Letouzey