diff options
| author | Maxime Dénès | 2018-04-16 22:52:04 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-04-16 22:52:04 +0200 |
| commit | 48995a3f33d1c966954839348c6b04d65178c2f4 (patch) | |
| tree | a5eb73c2170ed1a479d81244e25dd5257a324ba0 /Makefile | |
| parent | 64edabd0ae9707f18a002724608d2aa9161e3927 (diff) | |
| parent | 72c35b310a7b8a23934a1e9632d4d989c184d0d7 (diff) | |
Merge PR #7266: Remove LaTeX refman, now that migration to Sphinx is complete
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -235,11 +235,8 @@ docclean: doc/stdlib/*Library.coqdoc.tex doc/stdlib/library.files \ doc/stdlib/library.files.ls doc/stdlib/FullLibrary.tex rm -f doc/*/*.ps doc/*/*.pdf doc/*/*.eps doc/*/*.pdf_t doc/*/*.eps_t - rm -rf doc/refman/html doc/stdlib/html doc/tutorial/tutorial.v.html - rm -f doc/refman/euclid.ml doc/refman/euclid.mli - rm -f doc/refman/heapsort.ml doc/refman/heapsort.mli + rm -rf doc/stdlib/html doc/tutorial/tutorial.v.html rm -f doc/common/version.tex - rm -f doc/refman/styles.hva doc/refman/cover.html doc/refman/Reference-Manual.html rm -f doc/coq.tex rm -rf doc/sphinx/_build |
