summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index b875defe0..8a2723b5d 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -33,7 +33,10 @@ echo " @cp src/inspircd \$(BINPATH)" >> Makefile
echo "" >> Makefile
echo "config:" >> Makefile
if [ -n "$COPY_CONF" ] ; then
-echo " @cp conf/* \$(CONPATH)" >> Makefile
+echo " @cp conf/inspire.motd \$(CONPATH)/inspire.motd.example" >> Makefile
+echo " @cp conf/inspire.quotes \$(CONPATH)/inspire.quotes.example" >> Makefile
+echo " @cp conf/inspire.rules \$(CONPATH)/inspire.rules.example" >> Makefile
+echo " @cp docs/*.example \$(CONPATH)" >> Makefile
else
echo " @echo \"*** Nothing to Be Done for make config\"" >> Makefile
fi