From d401afbddaae56093cce388e62f7ba4d9d68a327 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 5 Oct 2017 00:09:22 -0700 Subject: 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 --- ct-ng.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ct-ng.in') diff --git a/ct-ng.in b/ct-ng.in index a61637b9..a8ad09d0 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 -- cgit v1.2.3