Skip to content
Snippets Groups Projects
Commit 3cc7233a authored by François Bobot's avatar François Bobot
Browse files

Fix documentation cleaning

parent 33434c44
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ else
ACSL_SUFFIX=$(shell grep acslversion acsl/version.tex | sed 's/.*{\([^{}\\]*\).*/\1/')
clean::
$(MAKE) -C acsl clean
$(MAKE) -C acsl super-clean
all: \
manuals/acsl-implementation-$(FC_SUFFIX).pdf \
......@@ -159,7 +159,7 @@ EACSL_SUFFIX=$(shell grep 'newcommand{\\eacsllangversion' $(EACSL_DOC)/refman/ma
ifeq ($(EACSL_SUFFIX),)
$(info could not retrieve E-ACSL version from ../src/plugins/e-acsl/doc/refman/main.tex")
$(info "could not retrieve E-ACSL version from ../src/plugins/e-acsl/doc/refman/main.tex")
else
......@@ -169,8 +169,8 @@ ifneq ($(ACSL_SUFFIX),$(EACSL_SUFFIX))
endif
clean::
$(MAKE) -C $(EACSL_DOC)/refman/ clean
$(MAKE) -C $(EACSL_DOC)/userman/ clean
$(MAKE) -C $(EACSL_DOC)/refman/ super-clean
$(MAKE) -C $(EACSL_DOC)/userman/ super-clean
all: \
manuals/e-acsl-implementation-$(FC_SUFFIX).pdf \
......
......@@ -54,6 +54,9 @@ clean:
*.cb *.cm? *.bbl *.blg *.idx *.ind *.ilg \
transf trans.ml pp.ml pp
super-clean: clean
rm -f e-acsl-implementation.pdf e-acsl.pdf
#########
# Tools #
#########
......
......@@ -35,3 +35,6 @@ clean:
*.haux *.hbbl *.htoc \
*.cb *.cm? *.bbl *.blg *.idx *.ind *.ilg \
transf trans.ml pp.ml pp
super-clean: clean
rm -f $(MAIN).pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment