From 8b5ba0f186cda95c994fe8015861cc710d99e3b8 Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 10 Jul 2010 07:10:16 +0000 Subject: [PATCH] Add a short help text to the end of make Thanks to various people for helping with this. Most notably DarthGandalf (again). git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2079 726aef4b-f618-498e-8847-2d620e286838 --- Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.in b/Makefile.in index 07222780..6bb22d0f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,6 +42,14 @@ DISTCLEAN := Makefile config.log config.status znc-config znc-buildmod .depend \ .PHONY: all man modules clean distclean install 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" ifeq "$(LIBZNC)" "" OBJS := $(BIN_OBJS) $(LIB_OBJS)