diff --git a/dfg/examples/proposal/proposal.pdf b/dfg/examples/proposal/proposal.pdf deleted file mode 100644 index 467d33c..0000000 Binary files a/dfg/examples/proposal/proposal.pdf and /dev/null differ diff --git a/dfg/examples/report/finalreport.pdf b/dfg/examples/report/finalreport.pdf index 71650fe..66e6071 100644 Binary files a/dfg/examples/report/finalreport.pdf and b/dfg/examples/report/finalreport.pdf differ diff --git a/dfg/examples/simple-proposal/proposal.pdf b/dfg/examples/simple-proposal/proposal.pdf deleted file mode 100644 index a75bfe5..0000000 Binary files a/dfg/examples/simple-proposal/proposal.pdf and /dev/null differ diff --git a/lib/Makefile.ctan b/lib/Makefile.ctan index 44cd33e..88ecc38 100644 --- a/lib/Makefile.ctan +++ b/lib/Makefile.ctan @@ -13,7 +13,7 @@ CTANZIP = $(TMP)/$(TDSCOLL).ctan.zip # 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, # 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 push rm -Rf $(EXPORTED) @@ -45,7 +45,7 @@ tdsext: @echo "making a TDS compliant archive" rm -Rf $(TDSDIR) $(TDSZIP) @echo " enabling checksums" - $(MAKE) -$(MAKEFLAGS) enablechecksum +# $(MAKE) -$(MAKEFLAGS) enablechecksum ******* @echo " copying over stuff to $(TDSDIR)" @for d in $(DTXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) ltds) done @for d in $(SRCDIRS); do (cp -R $$d $(TDSDIR)/source/latex/$(TDSCOLL)) done;