Now removes 'doc' on make clean

This commit is contained in:
John Whitington 2014-09-16 16:12:58 +01:00
parent d4740a5ecf
commit 0ee7c2a6b3
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ OCAMLLDFLAGS = -g
all : native-code native-code-library byte-code-library top htdoc all : native-code native-code-library byte-code-library top htdoc
clean ::
rm -r doc
LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \ LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi) $(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi)