From ded34aff26ad2b5f43e8d7fc042e33f27132e20f Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Fri, 20 Nov 2015 11:17:11 +0100 Subject: [PATCH] draining just to be sure for CTAN distribution --- lib/Makefile.ctan | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/Makefile.ctan b/lib/Makefile.ctan index e004e14..0904526 100644 --- a/lib/Makefile.ctan +++ b/lib/Makefile.ctan @@ -73,16 +73,4 @@ tdsext: cd $(TDSDIR); zip -r -q $(TDSZIP) .; cd - # rm -Rf $(TDSDIR) -# copy stuff around for the TDS in the DTX dirs -ltds: - @echo "copying stuff for the subdirs" - @for d in $(DISTDIRS); do (cd $$d; $(MAKE) -$(MAKEFLAGS) $@) done - cp $(TDS.tex) $(TDSDIR)/tex/latex/$(TDSCOLL) - cp $(TDS.doc) $(TDSDIR)/doc/latex/$(TDSCOLL) - -# copy stuff around for a CTAN submission in the DTX dirs -lctan: - mkdir -p $(CTANDIR)/sty; - @for d in $(DISTDIRS); do (cp -R $$d $(CTANDIR)/sty) done - cp $(TDS.tex) $(TDS.doc) Makefile $(CTANDIR)/sty