From 1f9b20a938df1078f54b5ec4e970f6145d564d09 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 2 Jul 2012 13:19:00 +0700 Subject: [PATCH] Rearrange messages to user during installation. To make installation process more like step-by-step guide. --- Makefile.in | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index 646c73d5..658e5103 100644 --- a/Makefile.in +++ b/Makefile.in @@ -60,13 +60,8 @@ endif all: znc man modules $(LIBZNC) @echo "" - @echo " ZNC was successfully compiled. You may use" - @echo " '$(MAKE) install' to install ZNC to '$(prefix)'." - @echo " You can then use '$(bindir)/znc --makeconf'" - @echo " to generate a config file." - @echo "" - @echo " If you need help with using ZNC, please visit our wiki at:" - @echo " http://znc.in" + @echo " ZNC was successfully compiled." + @echo " Use '$(MAKE) install' to install ZNC to '$(prefix)'." ifeq "$(LIBZNC)" "" OBJS := $(BIN_OBJS) $(LIB_OBJS) @@ -124,6 +119,13 @@ install: znc $(LIBZNC) $(INSTALL_PROGRAM) $(LIBZNC) $(DESTDIR)$(LIBZNCDIR) || exit 1 ; \ fi @$(MAKE) -C man install DESTDIR=$(DESTDIR) + @echo "" + @echo " ZNC was successfully installed." + @echo " You can use '$(bindir)/znc --makeconf'" + @echo " to generate a config file." + @echo "" + @echo " If you need help with using ZNC, please visit our wiki at:" + @echo " http://znc.in" uninstall: rm $(DESTDIR)$(bindir)/znc