From 07c73aa15456c31df57d098abcc28775905ebda2 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Fri, 16 Jan 2015 08:53:04 +0100 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 1c44b21..2b5ef91 100644 --- a/lib/Makefile.ctan +++ b/lib/Makefile.ctan @@ -22,7 +22,7 @@ ctan: all filedate checksum rm $(EXPORTED)/.gitignore cd $(EXPORTED); $(MAKE) -$(MAKEFLAGS) ctanext @echo "zipping the result to $(TDSCOLL).ctan.zip" - cd $(TMP); zip -r -q $(CTANZIP) .; cd -; cp $(CTANZIP) . + cd $(TMP); zip -r -q $(CTANZIP) $(CTANDIR); cd -; cp $(CTANZIP) . rm -Rf $(EXPORTED) $(CTANDIR) $(CTANZIP) # this target is run on EXPORTED. It first makes the target tdsext below,