diff --git a/lib/Makefile.ctan b/lib/Makefile.ctan index 203ca3e..e3d46b5 100644 --- a/lib/Makefile.ctan +++ b/lib/Makefile.ctan @@ -23,7 +23,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) $(CTANCOLL); cd -; cp $(CTANZIP) . + cd $(TMP); zip -r -q $(CTANZIP) $(CTANCOLL); cp $(CTANZIP) $(HERE) rm -Rf $(EXPORTED) $(CTANDIR) $(CTANZIP) # this target is run on EXPORTED. It first makes the target tdsext below,