draining just to be sure for CTAN distribution

This commit is contained in:
Michael Kohlhase 2015-11-20 11:17:11 +01:00
parent 97c76a6183
commit ded34aff26
1 changed files with 0 additions and 12 deletions

View File

@ -73,16 +73,4 @@ tdsext:
cd $(TDSDIR); zip -r -q $(TDSZIP) .; cd -
# rm -Rf $(TDSDIR)
# copy stuff around for the TDS in the DTX dirs
ltds:
@echo "copying stuff for the subdirs"
@for d in $(DISTDIRS); do (cd $$d; $(MAKE) -$(MAKEFLAGS) $@) done
cp $(TDS.tex) $(TDSDIR)/tex/latex/$(TDSCOLL)
cp $(TDS.doc) $(TDSDIR)/doc/latex/$(TDSCOLL)
# copy stuff around for a CTAN submission in the DTX dirs
lctan:
mkdir -p $(CTANDIR)/sty;
@for d in $(DISTDIRS); do (cp -R $$d $(CTANDIR)/sty) done
cp $(TDS.tex) $(TDS.doc) Makefile $(CTANDIR)/sty