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

[e-acsl] fixed install problem

parent 14be3af2
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,7 @@ install:: ...@@ -122,6 +122,7 @@ install::
$(PRINT_CP) E-ACSL share files $(PRINT_CP) E-ACSL share files
$(MKDIR) $(FRAMAC_SHARE)/e-acsl $(MKDIR) $(FRAMAC_SHARE)/e-acsl
$(CP) $(E_ACSL_DIR)/share/e-acsl/* $(FRAMAC_SHARE)/e-acsl $(CP) $(E_ACSL_DIR)/share/e-acsl/* $(FRAMAC_SHARE)/e-acsl
$(MKDIR) $(FRAMAC_SHARE)/manuals
$(CP) $(E_ACSL_DIR)/doc/manuals/e-acsl.pdf \ $(CP) $(E_ACSL_DIR)/doc/manuals/e-acsl.pdf \
$(E_ACSL_DIR)/doc/manuals/e-acsl-implementation.pdf \ $(E_ACSL_DIR)/doc/manuals/e-acsl-implementation.pdf \
$(FRAMAC_SHARE)/manuals $(FRAMAC_SHARE)/manuals
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
######### #########
- améliorer test "integer_constant.i" quand bug fixed #745 - améliorer test "integer_constant.i" quand bug fixed #745
- test sizeof.i devraient être plus précis quand logic_typing plus précis
- inclure exemple du E-ACSL Reference Manual - inclure exemple du E-ACSL Reference Manual
- test arith.i: mettre les exemples du ACSL manual about div and modulo - test arith.i: mettre les exemples du ACSL manual about div and modulo
- test lazy.i: en attente d'un fix dans l'analyse de valeurs - test lazy.i: en attente d'un fix dans l'analyse de valeurs
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