From 0b8f553d2078228acaf954d36847d0fe44ce5c6a Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Fri, 16 Jan 2015 08:47:11 +0100 Subject: [PATCH] draining just to be sure for CTAN distribution --- lib/Makefile.ctan | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.ctan b/lib/Makefile.ctan index d0dacd9..84d6c51 100644 --- a/lib/Makefile.ctan +++ b/lib/Makefile.ctan @@ -33,7 +33,8 @@ ctanext: tdsext cp $(TDSZIP) $(CTANDIR) @for d in $(DTXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) lctan) done @for d in $(SRCDIRS) $(DOCDIRS); do (cp -R $$d $(CTANDIR)) done; - cp $(TDSZIP) $(TDS.doc) Makefile $(CTANDIR) + cp $(TDSZIP) Makefile $(CTANDIR) + cp $(TDS.doc) $(CTANDIR)/README rm -Rf $(TDSZIP) # this target makes the file TDSZIP by creating and populating the directory