summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r--Build/source/Makefile.in15
1 files changed, 13 insertions, 2 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in
index e79b08d7788..3deea962595 100644
--- a/Build/source/Makefile.in
+++ b/Build/source/Makefile.in
@@ -669,8 +669,6 @@ cscopelist-am: $(am__tagged_files)
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
-distdir: $(BUILT_SOURCES)
- $(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
$(am__remove_distdir)
@@ -1084,6 +1082,19 @@ texlinks:
triptrap:
cd texk && $(MAKE) $(AM_MAKEFLAGS) $@
+# We aren't trying to keep make dist working. Sorry.
+distdir:
+ @echo "Sorry, we don't try to keep make dist working in TeX Live."
+ @echo
+ @echo "You can retrieve the development and/or released sources"
+ @echo " in various ways: https://tug.org/texlive/svn"
+ @echo
+ @echo "For info on how to integrate the built binaries into a runnable"
+ @echo " system, see: https://tug.org/texlive/build.html#deploy"
+ @echo
+ @echo "The result of make install is not usable by itself."
+ @false
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: