summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2013-03-01 03:06:06 +0000
committerPeter Powell <petpow@saberuk.com>2013-03-02 15:50:09 +0000
commit5f6372b2f091b704b8b79e4696a71e795f1164c0 (patch)
tree072e60a6b12cb6c36063a0203acc9acdb6baf0c7 /make
parentd8e92ecc5e1cfced8bc5ed429dfb2eab5d8ae8ae (diff)
Reorganise configuration files:
- Example config files now end with .conf.example. - Example text files now end with .txt.example. - Removed 'inspircd' from the name of multiple example files. - Added missing oper motd example file.
Diffstat (limited to 'make')
-rw-r--r--make/template/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/main.mk b/make/template/main.mk
index 114122dd3..17e15f53a 100644
--- a/make/template/main.mk
+++ b/make/template/main.mk
@@ -233,7 +233,7 @@ install: target
-$(INSTALL) -m $(INSTMODE_LIB) tools/gdbargs $(BASE)/.gdbargs 2>/dev/null
-$(INSTALL) -m $(INSTMODE_LIB) docs/conf/*.example $(CONPATH)/examples
-$(INSTALL) -m $(INSTMODE_LIB) docs/conf/aliases/*.example $(CONPATH)/examples/aliases
- -$(INSTALL) -m $(INSTMODE_LIB) docs/conf/modules/*.conf.* $(CONPATH)/examples/modules
+ -$(INSTALL) -m $(INSTMODE_LIB) docs/conf/modules/*.example $(CONPATH)/examples/modules
@echo ""
@echo "*************************************"
@echo "* INSTALL COMPLETE! *"