From 9fd322b3db7c9b08fc1bab0bc4c56492d5afb0d7 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Thu, 15 Jan 2015 14:32:35 +0100 Subject: [PATCH] draining just to be sure for CTAN distribution --- lib/Makefile.ctan | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.ctan b/lib/Makefile.ctan index 340786e..74ac9d1 100644 --- a/lib/Makefile.ctan +++ b/lib/Makefile.ctan @@ -16,9 +16,9 @@ ctan: all filedate checksum git push rm -Rf $(EXPORTED) @echo "exporting a clean copy to $(EXPORTED)" - cd /tmp; git clone $(GITURI); mv LaTeX-proposal $(TDSCOLL) - find $(EXPORTED) -name ".svn" -type d -exec rm -Rf {} \; - cd $(EXPORTED); $(MAKE) -$(MAKEFLAGS) ctanext +# cd /tmp; git clone $(GITURI); mv LaTeX-proposal $(TDSCOLL) + cd $(EXPORTED); rm -Rf .git; rm .gitignore + cd $(EXPORTED); $(MAKE) -$(MAKEFLAGS) ctanext @echo "zipping the result to $(TDSCOLL).ctan.zip" cd $(CTANDIR); zip -r -q $(CTANZIP) .; cd -; cp $(CTANZIP) . rm -Rf $(EXPORTED) $(CTANDIR) $(CTANZIP)