diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-16 18:39:53 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-16 18:39:53 +0000 |
commit | adcab4da2aeae3de198435219f6c2b25bb7cd4d0 (patch) | |
tree | 7cae6feda7301446ea12a6d2718ae42248a25c16 | |
parent | 30b15910f119b51d9efc00dd7141baa7cc265734 (diff) |
Fix all the left out examples that dont get copied to the config dir on install
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6012 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | .Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index 74a6ef09b..155bc36fb 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -127,6 +127,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) |