diff --git a/Makefile b/Makefile index e822525..76487e0 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ DOCDIRS = #eu/examples/strep dfg/examples/proposal DTXDIRS = base dfg eu # targets for CTAN. -pfiledate checksum filedate enablechecksum disablechecksum: +filedate checksum enablechecksum disablechecksum: @for d in $(DTXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@) done GITURI = git@github.com:KWARC/LaTeX-proposal.git diff --git a/README.ctan b/README.ctan index 6f80962..29c2b7e 100644 --- a/README.ctan +++ b/README.ctan @@ -9,8 +9,6 @@ MANIFEST: base: the base proposal class dfg: the instance for Deutsche Forschungsgemeinschaft eu: the instance for EU proposals -etc: style files from the sTeX bundle added for convenience - (only on GitHub, not on CTAN) lib: Makefiles for the management of self-documenting packages bin: A script that makes GitHub issues from the deliverables of a proposal for project managment if the proposal is granted. diff --git a/base/proposal.pdf b/base/proposal.pdf deleted file mode 100644 index 8f95f9f..0000000 Binary files a/base/proposal.pdf and /dev/null differ diff --git a/dfg/dfgproposal.pdf b/dfg/dfgproposal.pdf index f4a5c56..50be2c4 100644 Binary files a/dfg/dfgproposal.pdf and b/dfg/dfgproposal.pdf differ diff --git a/dfg/examples/proposal/proposal.pdf b/dfg/examples/proposal/proposal.pdf index 7999beb..1f353ed 100644 Binary files a/dfg/examples/proposal/proposal.pdf and b/dfg/examples/proposal/proposal.pdf differ diff --git a/dfg/examples/report/finalreport.pdf b/dfg/examples/report/finalreport.pdf index fe4adc2..9653c0d 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 index 97660f6..3ff4338 100644 Binary files a/dfg/examples/simple-proposal/proposal.pdf and b/dfg/examples/simple-proposal/proposal.pdf differ diff --git a/eu/euproposal.pdf b/eu/euproposal.pdf index 9ca7071..7b734c0 100644 Binary files a/eu/euproposal.pdf and b/eu/euproposal.pdf differ diff --git a/eu/examples/strep/propB.pdf b/eu/examples/strep/propB.pdf index d94a84c..16d8020 100644 Binary files a/eu/examples/strep/propB.pdf and b/eu/examples/strep/propB.pdf differ