Fix for configure and make

Add makefile to gitignore and fixed format of
make target output

refs #4175
This commit is contained in:
Marius Hein 2013-07-08 16:04:36 +02:00
parent f080871020
commit e24745a55c
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@ config.log
autom4te.cache
autoscan*
config.status
Makefile
# cmd tester
test/php/bin/extcmd_test

View File

@ -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