From b0dd26994fcc609668466d969dd88d9a008030e2 Mon Sep 17 00:00:00 2001 From: pboutill Date: Fri, 10 Sep 2010 13:45:54 +0000 Subject: files introduce in commit 13401 aren't erased anymore by 'make clean' git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13404 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 553ab0f350..6ddef407ab 100644 --- a/Makefile +++ b/Makefile @@ -189,7 +189,7 @@ docclean: rm -f doc/refman/euclid.ml doc/refman/euclid.mli rm -f doc/refman/heapsort.ml doc/refman/heapsort.mli rm -f doc/common/version.tex - rm -f doc/refman/styles.hva doc/refman/cover.html doc/refman/*.eps doc/refman/Reference-Manual.html + rm -f doc/refman/styles.hva doc/refman/cover.html doc/refman/Reference-Manual.html rm -f doc/coq.tex archclean: clean-ide optclean voclean -- cgit v1.2.3