From cfe286f7ef917285c25db29e15e09ecd075d64df Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Fri, 16 Jan 2015 09:46:27 +0100 Subject: [PATCH] draining just to be sure for CTAN distribution --- lib/Makefile.ctan | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Makefile.ctan b/lib/Makefile.ctan index e28338e..44cd33e 100644 --- a/lib/Makefile.ctan +++ b/lib/Makefile.ctan @@ -24,7 +24,7 @@ ctan: all filedate checksum cd $(EXPORTED); $(MAKE) -$(MAKEFLAGS) ctanext @echo "zipping the result to $(TDSCOLL).ctan.zip" cd $(TMP); zip -r -q $(CTANZIP) $(TDSCOLL); cp $(CTANZIP) $(HERE) -# rm -Rf $(EXPORTED) $(CTANDIR) $(CTANZIP) + rm -Rf $(EXPORTED) $(CTANDIR) $(CTANZIP) # this target is run on EXPORTED. It first makes the target tdsext below, # and then copies all necessary stuff into CTANDIR. @@ -63,7 +63,6 @@ ltds: cp $(TDS.doc) $(TDSDIR)/doc/latex/$(TDSCOLL) # copy stuff around for a CTAN submission in the DTX dirs -CTANDIR = $(TMP)/$(TDSCOLL).ctan lctan: mkdir -p $(CTANDIR)/sty; @for d in $(DISTDIRS); do (cp -R $$d $(CTANDIR)/sty) done