From faa7694e94139b74590fae09c6806c16de4069e4 Mon Sep 17 00:00:00 2001 From: filliatr Date: Tue, 17 Jul 2001 07:09:49 +0000 Subject: "make clean" nettoie les .g all.ps all-gal.ps et les fichiers HTML générés à partir des .v git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1856 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tools/coq_makefile.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml index 9f1e178a55..d22072cd35 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -109,7 +109,8 @@ let standard sds = print "\t$(COQBIN)coq_makefile -f Make -o Makefile\n"; print "\n"; print "clean:\n"; - print "\trm -f *.cmo *.cmi *.cmx *.o *.vo *.vi *~\n"; + print "\trm -f *.cmo *.cmi *.cmx *.o *.vo *.vi *.g *~\n"; + print "\trm -f all.ps all-gal.ps $(HTMLFILES) $(GHTMLFILES)\n"; List.iter (fun x -> print "\t(cd "; print x; print " ; $(MAKE) clean)\n") sds; -- cgit v1.2.3