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

[E-ACSL] fixing Makefile's distrib target

parent 4e0b464d
No related branches found
No related tags found
No related merge requests found
...@@ -144,17 +144,18 @@ uninstall:: ...@@ -144,17 +144,18 @@ uninstall::
# Building source distribution # # Building source distribution #
################################ ################################
EXPORT =e-acsl-$(VERSION) EXPORT =e-acsl-$(EACSL_VERSION)
DISTRIB_FILES= $(filter-out $(wildcard *local_config.ml), $(wildcard *.ml)) \ DISTRIB_FILES= $(filter-out $(wildcard *local_config.ml), $(wildcard *.ml)) \
$(wildcard *.mli) \ $(wildcard *.mli) \
configure.ac Makefile.in \ configure.ac Makefile.in \
doc/Changelog \ doc/Changelog \
doc/manuals/e-acsl-manual.pdf \
doc/manuals/e-acsl.pdf doc/manuals/e-acsl-implementation.pdf \ doc/manuals/e-acsl.pdf doc/manuals/e-acsl-implementation.pdf \
share/e-acsl/*.h \ share/e-acsl/*.[ch] share/e-acsl/memory_model/*.[ch] \
tests/test_config.in \ tests/test_config.in \
tests/e-acsl-reject/test_config tests/e-acsl-reject/*.i \ tests/e-acsl-reject/test_config tests/e-acsl-reject/*.i \
tests/e-acsl-runtime/test_config tests/e-acsl-runtime/*.i \ tests/e-acsl-runtime/test_config tests/e-acsl-runtime/*.[ci] \
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
......
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