diff options
author | Peter Powell <petpow@saberuk.com> | 2012-05-04 20:54:30 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2012-05-04 20:54:30 +0100 |
commit | f4e2332421971bc540033e1c0b69392fd0f27a04 (patch) | |
tree | 5d795c5d53c2597e51db9c105d597291a31f8276 /make | |
parent | d219516b43a11496fdc477f7ef1a419bb6200da0 (diff) |
Update 'make install' to inform the user about the example config files.
Diffstat (limited to 'make')
-rw-r--r-- | make/template/main.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index 7131a4f73..9a5f4db05 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -231,7 +231,8 @@ install: target @echo ' Binaries:' $(BINPATH) @echo ' Modules:' $(MODPATH) @echo 'To start the ircd, run:' $(BASE)/inspircd start - @echo 'Remember to edit your config file:' $(CONPATH)/inspircd.conf + @echo 'Remember to create your config file:' $(CONPATH)/inspircd.conf + @echo 'Examples are available at:' $(CONPATH)/examples/ @GNU_ONLY RCS_FILES = $(wildcard .git/index src/version.sh) @BSD_ONLY RCS_FILES = src/version.sh |