summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-10-05 07:09:22 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-07 19:02:33 (GMT)
commitd401afbddaae56093cce388e62f7ba4d9d68a327 (patch)
tree5b1c7fdc13dd2ade2dbe8576045427e072d1f4d1 /ct-ng.in
parent1ce2eab963a004ba352a5cea800e2765a7c6affd (diff)
Get rid of sub{lib,doc}dir
They don't make sense - using same ct-ng won't work with different versions, so they cannot coexist in the same prefix. Also localize other configure variables so that their usage is easier to track. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/ct-ng.in b/ct-ng.in
index a61637b..a8ad09d 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -90,7 +90,11 @@ help-distrib::
help-env::
@echo
- @echo 'Environment variables (see @@CT_DOCDIR@@/0 - Table of content.txt):'
+ @if [ -r "@@CT_DOCDIR@@/manual/4_Building.md" ]; then \
+ echo 'Environment variables (see @@CT_DOCDIR@@/0 - Table of content.txt):'; \
+ else \
+ echo 'Environment variables (see http://crosstool-ng.github.io/docs/build/)'; \
+ fi
help-tail::
@echo