summaryrefslogtreecommitdiff
path: root/make/template
diff options
context:
space:
mode:
Diffstat (limited to 'make/template')
-rw-r--r--make/template/main.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/template/main.mk b/make/template/main.mk
index ff94d4c63..4193102bf 100644
--- a/make/template/main.mk
+++ b/make/template/main.mk
@@ -166,6 +166,7 @@ install: target@EXTRA_DIR@
-install -m $(INSTMODE_BIN) $(BUILDPATH)/bin/inspircd $(BINPATH)
-install -m $(INSTMODE_LIB) $(BUILDPATH)/modules/*.so $(MODPATH)
-install -m $(INSTMODE_LIB) tools/gdbargs $(BASE)/.gdbargs 2>/dev/null
+ -install -m $(INSTMODE_LIB) docs/*.example $(CONPATH)
@echo ""
@echo "*************************************"
@echo "* INSTALL COMPLETE! *"