Loading tools/build.sh +5 −0 Original line number Diff line number Diff line Loading @@ -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';\ Loading Loading
tools/build.sh +5 −0 Original line number Diff line number Diff line Loading @@ -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';\ Loading