Commit 94735f06 authored by Jean-Baptiste Faure's avatar Jean-Baptiste Faure
Browse files

Ajout du fichier PDF de la doc à l'archive de release

Showing with 6 additions and 5 deletions
+6 -5
......@@ -26,9 +26,10 @@ datecommit :=$(shell git show --no-patch --format="Date du dernier correctif : %
token :=$(shell cat ../private_token)
OBJ =../obj
DATA =../cas_test
TMP =../tmp
OBJ =../obj
DATA =../cas_test
TMP =../tmp
DOC =../documents/Mage-8_Documentation.pdf
.DEFAULT_GOAL := build
......@@ -518,11 +519,11 @@ check: clean alltests
package: build
ifeq ($(config),linux64)
@echo "## Création de l'archive à la racine du projet ##"
tar -c $(EXEDIR) -zf ../mage_$(config)_$(now).tgz
tar -c $(EXEDIR) $(DOC) -zf ../mage_$(config)_$(now).tgz
endif
ifeq ($(config),mage7_linux64)
@echo "## Création de l'archive à la racine du projet ##"
tar -c $(EXEDIR) -zf ../mage_$(config)_$(now).tgz
tar -c $(EXEDIR) $(DOC) -zf ../mage_$(config)_$(now).tgz
endif
release: package
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment