Skip to content
Snippets Groups Projects
Commit 92ca8d6f authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'stable/manganese' into 'master'

Stable/manganese

See merge request frama-c/frama-c!3820
parents f247ee15 918b4c45
No related branches found
No related tags found
No related merge requests found
Version number Date of release Notes
============== =============== =====
25.0 (Manganese) 2022, June 22
24.0 (Chromium) 2021, November 30
23.1 (Vanadium) 2021, July 20
23.0 (Vanadium) 2021, July 7
......
25.0~beta
25.0
......@@ -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