X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.Makefile.inc;h=3215b0d2c8a1d324bf135c68cb315707fec0fdd0;hb=8f8459533be2c9954e2bec948dee7570d50b094d;hp=74a6ef09b401e293322521ba94914ff86e6deb50;hpb=6a6a9699ba0c286bb2ee92f1a187cebe86e6870c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.Makefile.inc b/.Makefile.inc index 74a6ef09b..3215b0d2c 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -33,12 +33,20 @@ finishmessage: ircd mods @echo "" @echo "*************************************" @echo "* BUILD COMPLETE! *" + @echo "* *" @echo "* To install InspIRCd, type: *" @echo "* make install *" @echo "*************************************" ircd: - @echo "Making ircd..." + @echo "*************************************" + @echo "* BUILDING INSPIRCD *" + @echo "* *" + @echo "* This will take a *long* time. *" + @echo "* Why not read our wiki at *" + @echo "* http://www.inspircd.org/wiki *" + @echo "* while you wait for make to run? *" + @echo "*************************************" ${MAKE} -C src DIRNAME="src" $(MAKEARGS) install: all @@ -127,6 +135,11 @@ install: all @-cp .gdbargs $(BASE) @-cp conf/inspircd.quotes.example $(CONPATH) @-cp conf/inspircd.rules.example $(CONPATH) + @-cp conf/inspircd.motd.example $(CONPATH) + @-cp conf/inspircd.helpop-full.example $(CONPATH) + @-cp conf/inspircd.helpop.example $(CONPATH) + @-cp conf/inspircd.censor.example $(CONPATH) + @-cp conf/inspircd.filter.example $(CONPATH) @-cp conf/key.pem $(CONPATH) @-cp conf/cert.pem $(CONPATH) @-cp docs/inspircd.conf.example $(CONPATH) @@ -134,8 +147,9 @@ install: all @echo "" @echo "*************************************" @echo "* INSTALL COMPLETE! *" + @echo "* *" @echo "* It is safe to ignore any messages *" - @echo "* related to copying of files. *" + @echo "* related to copying of conf files. *" @echo "* *" @echo "* REMEMBER TO EDIT YOUR CONFIG FILE *" @echo "*************************************"