summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-11-28 00:50:11 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2015-11-28 00:51:18 +0100
commit43bc97f988e1e307720768bb6cb127ee05360e2e (patch)
treeb7fb3f22d87fb3178e2a6b6d1bb43186c7946cc3 /Makefile
parent2ccf33b69115034605e0623a5e5d70c0bed11bff (diff)
downloadluaotfload-43bc97f988e1e307720768bb6cb127ee05360e2e.tar.gz
[build] kill off install target
A while back we had one confused user who apparently had a borked install due to this. Since it hasn’t been tested, we replace the original instructions with a help message. The target may be reintroduced at some point (build TDS, then extract to local tree), but for now it’s not worth the hassle.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5bed5b2..bda7fbc 100644
--- a/Makefile
+++ b/Makefile
@@ -194,10 +194,14 @@ sign: $(CTAN_ZIPSIG)
.PHONY: install manifest clean mrproper show showtargets check import news
-install: $(ALL_STATUS)
- @echo "Installing in '$(TEXMFROOT)'."
- $(run-install-docs)
- $(run-install)
+install:
+ @echo " ××××××××××××××××××××××××××××××××"
+ @echo " There is no “install” target."
+ @echo " ××××××××××××××××××××××××××××××××"
+ @echo " Compile a TDS zipball (make tds)"
+ @echo " and extract that into your local"
+ @echo " TEXMF instead."
+ @echo " ××××××××××××××××××××××××××××××××"
manifest:
@echo "Source files:"