diff --git a/Makefile b/Makefile index 9e896d6..e822525 100644 --- a/Makefile +++ b/Makefile @@ -22,12 +22,12 @@ package doc: # - doc (package/class documentation), and # - tex (*.sty and *.cls, etc that LaTeX reads) # of the CTAN and TDS submissions -SRCDIRS = +SRCDIRS = bin lib DOCDIRS = #eu/examples/strep dfg/examples/proposal DTXDIRS = base dfg eu # targets for CTAN. -filedate checksum enablechecksum disablechecksum: +pfiledate checksum filedate 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 0f6e204..6f80962 100644 --- a/README.ctan +++ b/README.ctan @@ -1,4 +1,5 @@ LaTeX-proposal: A set of LaTeX classes for preparing proposals for collaborative projects +Version: 2016-04-15 The base proposal class supports many of the general elements of project proposals. It is optimized towards collaborating on writing project proposals. This class is intended to be @@ -14,7 +15,7 @@ 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. -Copyright(c) 2010 Michael Kohlhase +Copyright(c) 2016 Michael Kohlhase The package is distributed under the terms of the LaTeX Project Public License (LPPL) The development version of this package can be found at diff --git a/base/proposal.pdf b/base/proposal.pdf index 26ff758..8f95f9f 100644 Binary files a/base/proposal.pdf and b/base/proposal.pdf differ diff --git a/dfg/dfgproposal.pdf b/dfg/dfgproposal.pdf index 5f472b8..f4a5c56 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 2fc4557..7999beb 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 dee0a04..fe4adc2 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 bf3fb09..97660f6 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 171e2b9..9ca7071 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 73d6ce8..d94a84c 100644 Binary files a/eu/examples/strep/propB.pdf and b/eu/examples/strep/propB.pdf differ