Skip to content
Snippets Groups Projects
Commit 14be3af2 authored by Julien Signoles's avatar Julien Signoles
Browse files

changelog + renaming conflicting Makefile target

parent 690d042a
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ DISTRIB_FILES= $(filter-out $(wildcard *local_config.ml), $(wildcard *.ml)) \ ...@@ -150,7 +150,7 @@ DISTRIB_FILES= $(filter-out $(wildcard *local_config.ml), $(wildcard *.ml)) \
license/CEA_LGPL license/headache_config.txt license/LGPLv2.1 \ license/CEA_LGPL license/headache_config.txt license/LGPLv2.1 \
INSTALL README VERSION .depend INSTALL README VERSION .depend
src-distrib: .depend e-acsl-distrib: .depend
$(PRINT_TAR) tmp-distrib $(PRINT_TAR) tmp-distrib
$(TAR) cf tmp.tar $(DISTRIB_FILES) $(TAR) cf tmp.tar $(DISTRIB_FILES)
$(PRINT_MAKING) export directories $(PRINT_MAKING) export directories
...@@ -174,7 +174,7 @@ src-distrib: .depend ...@@ -174,7 +174,7 @@ src-distrib: .depend
$(RM) -fr $(EXPORT) $(RM) -fr $(EXPORT)
WWW = /localhome/julien/frama-c/doc/www WWW = /localhome/julien/frama-c/doc/www
install-distrib: src-distrib install-distrib: e-acsl-distrib
$(PRINT) Copying to website $(PRINT) Copying to website
$(CP) $(EXPORT).tar.gz $(WWW)/distrib/download/e-acsl $(CP) $(EXPORT).tar.gz $(WWW)/distrib/download/e-acsl
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
# E-ACSL: the Whole E-ACSL plug-in # E-ACSL: the Whole E-ACSL plug-in
############################################################################### ###############################################################################
- E-ACSL [2012/01/25] nicer generated variable names.
* E-ACSL [2012/01/23] Function __gmp_com was wrongly named in * E-ACSL [2012/01/23] Function __gmp_com was wrongly named in
E_ACSL C header. E_ACSL C header.
- E-ACSL [2012/01/20] Use GMP arithmetics only when required - E-ACSL [2012/01/20] Use GMP arithmetics only when required
......
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