draining just to be sure for CTAN distribution

This commit is contained in:
Michael Kohlhase 2015-11-20 10:12:37 +01:00
parent df60686479
commit 78eed8c54d
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -13,7 +13,7 @@ CTANZIP = $(TMP)/$(TDSCOLL).ctan.zip
# the filedates and the checksums. To get rid of all the junk we commit and # the filedates and the checksums. To get rid of all the junk we commit and
# export a clean copy EXPORTED, on which we run the target ctanexp below, # export a clean copy EXPORTED, on which we run the target ctanexp below,
# which generates a directory CTANDIR, which we zip and move into place. # which generates a directory CTANDIR, which we zip and move into place.
ctan: all filedate checksum ctan: all# filedate checksum *******
git commit -am'draining just to be sure for CTAN distribution' git commit -am'draining just to be sure for CTAN distribution'
git push git push
rm -Rf $(EXPORTED) rm -Rf $(EXPORTED)
@ -45,7 +45,7 @@ tdsext:
@echo "making a TDS compliant archive" @echo "making a TDS compliant archive"
rm -Rf $(TDSDIR) $(TDSZIP) rm -Rf $(TDSDIR) $(TDSZIP)
@echo " enabling checksums" @echo " enabling checksums"
$(MAKE) -$(MAKEFLAGS) enablechecksum # $(MAKE) -$(MAKEFLAGS) enablechecksum *******
@echo " copying over stuff to $(TDSDIR)" @echo " copying over stuff to $(TDSDIR)"
@for d in $(DTXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) ltds) done @for d in $(DTXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) ltds) done
@for d in $(SRCDIRS); do (cp -R $$d $(TDSDIR)/source/latex/$(TDSCOLL)) done; @for d in $(SRCDIRS); do (cp -R $$d $(TDSDIR)/source/latex/$(TDSCOLL)) done;