draining just to be sure for CTAN distribution

This commit is contained in:
Michael Kohlhase 2016-04-15 11:29:55 +02:00
parent 7df5cdf7b2
commit 942703dfad
1 changed files with 1 additions and 1 deletions

View File

@ -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;