summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-08-25 09:54:27 +0100
committerSadie Powell <sadie@witchery.services>2020-08-25 09:54:27 +0100
commit7af6a054be2f23281d717484e1eb17190043b3e5 (patch)
tree68355720c1d696ffdd445ca085c814442ab5ca58 /make
parentcae3a4e72820eac96084dfc2e981a19764270b9c (diff)
Add a link to the packaging advice to the configure help.
Diffstat (limited to 'make')
-rw-r--r--make/configure.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm
index 150dc6af5..cb9b8f640 100644
--- a/make/configure.pm
+++ b/make/configure.pm
@@ -177,6 +177,7 @@ FLAGS
If you have any problems with configuring InspIRCd then visit our IRC channel
at irc.inspircd.org #InspIRCd for support.
+Packagers: see https://docs.inspircd.org/packaging/ for packaging advice.
EOH
exit 0;
}