Commit 002b3f11 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

target build renommée en dist

parent 09fa9027
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ cp ../basex/lib/custom/FOP.jar $RELEASE_DIR/basex/lib/custom/
echo 'TOOLS_DIR=max/tools/' > Makefile
cat>> Makefile<< EOF

build: ## création d'une archive prête à deployer : MaX + BaseX + Sources XML
dist: ## création d'une archive prête à deployer : MaX + BaseX + Sources XML
	@if [ ! -d 'max' ]; then\
		echo 'Opération impossible';\
		exit 1;\
@@ -112,7 +112,7 @@ build: ## création d'une archive prête à deployer : MaX + BaseX + Sources XML
	mv build/build.tar.gz .
	rm -rf build
	@echo 'Build ok'
.PHONY: build
.PHONY: dist

EOF