Fix for configure and make
Add makefile to gitignore and fixed format of make target output refs #4175
This commit is contained in:
parent
f080871020
commit
e24745a55c
|
@ -13,6 +13,7 @@ config.log
|
|||
autom4te.cache
|
||||
autoscan*
|
||||
config.status
|
||||
Makefile
|
||||
|
||||
# cmd tester
|
||||
test/php/bin/extcmd_test
|
||||
|
|
|
@ -8,9 +8,9 @@ INSTALL_OPTS_WEB=@INSTALL_OPTS_WEB@
|
|||
|
||||
default:
|
||||
@echo "Icinga2Web make targets: "
|
||||
@echo " -install: \t\t Install the application and overwrite configs"
|
||||
@echo " -update: \t\t Install the application without touching the configs"
|
||||
@echo " -install-apache-config: \t Install the apache configuration"
|
||||
@printf "%b" " -install:\t\t\tInstall the application and overwrite configs\n"
|
||||
@printf "%b" " -update:\t\t\tInstall the application without touching the configs\n"
|
||||
@printf "%b" " -install-apache-config:\tInstall the apache configuration\n"
|
||||
|
||||
#
|
||||
# Installs the whole application w\o httpd configurations
|
||||
|
|
Loading…
Reference in New Issue