diff --git a/base/proposal.pdf b/base/proposal.pdf index f500a0f..b385822 100644 Binary files a/base/proposal.pdf and b/base/proposal.pdf differ diff --git a/dfg/dfgproposal.pdf b/dfg/dfgproposal.pdf index a692331..25b526d 100644 Binary files a/dfg/dfgproposal.pdf and b/dfg/dfgproposal.pdf differ diff --git a/eu/euproposal.pdf b/eu/euproposal.pdf index ed2beeb..e090735 100644 Binary files a/eu/euproposal.pdf and b/eu/euproposal.pdf differ diff --git a/lib/Makefile.in b/lib/Makefile.in index a1a3375..d2729c0 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -74,12 +74,13 @@ ltds: rm -Rf $(TDSDIR.tex);mkdir -p $(TDSDIR.tex) rm -Rf $(TDSDIR.src);mkdir -p $(TDSDIR.src) cp $(DTX.src) $(TDS.src) $(TDSDIR.src) + cp $(DTX.sty) $(DTX.cls) $(TDS.tex) $(TDSDIR.tex) cp README $(DTX.pdf) $(EXAMPLE.tex) $(EXAMPLE.pdf) $(TDS.doc) $(TDSDIR.doc) @for d in $(TDS.exdirs); do cp -R $$d $(TDSDIR.doc); done lctan: filedate mkdir -p $(CTANDIR) - cp $(DTX.src) $(DTX.sty) $(DTX.cls) $(TDS.src) $(CTANDIR) + cp $(DTX.src) $(TDS.src) $(CTANDIR) cp README $(DTX.pdf) $(EXAMPLE.tex) $(EXAMPLE.pdf) $(TDS.doc) $(CTANDIR) @for d in $(TDS.exdirs); do cp -R $$d $(CTANDIR); done