From 942703dfad72f63c1f83ec97ae2496e6667acde4 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Fri, 15 Apr 2016 11:29:55 +0200 Subject: [PATCH] draining just to be sure for CTAN distribution --- lib/Makefile.ctan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.ctan b/lib/Makefile.ctan index 5761790..a021610 100644 --- a/lib/Makefile.ctan +++ b/lib/Makefile.ctan @@ -74,7 +74,7 @@ tdsext: rm -Rf $(TDSDIR) $(TDSZIP) @echo " enabling checksums" $(MAKE) -$(MAKEFLAGS) enablechecksum - @echo " copying LaTeX Sources stuff to $(TDSDIR)" + @echo " copying LaTeX Sources to $(TDSDIR)" @for d in $(DTXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) ltds) done @echo " copying binary dir to $(TDSDIR)" @for d in $(SRCDIRS); do (cp -R $$d $(TDSDIR)/source/latex/$(TDSCOLL)) done;