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