Commit 8d4de78a authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

target 'make install' dans la version packagée

parent 002b3f11
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -95,6 +95,11 @@ cp ../basex/lib/custom/FOP.jar $RELEASE_DIR/basex/lib/custom/
echo 'TOOLS_DIR=max/tools/' > Makefile
cat>> Makefile<< EOF

install:  ## installation, définition du mot de passe admin de BaseX
	\$(TOOLS_DIR)max.sh
	@echo "Installation ok !"
.PHONY: install

dist: ## création d'une archive prête à deployer : MaX + BaseX + Sources XML
	@if [ ! -d 'max' ]; then\
		echo 'Opération impossible';\