branch, master, updated. 6421ae4fa04e3d3406e56cbc3a59e73491048b13
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, master has been updated via 6421ae4fa04e3d3406e56cbc3a59e73491048b13 (commit) from d15455dd2e2c94ee65578b355038338b128362bc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6421ae4fa04e3d3406e56cbc3a59e73491048b13 Author: Dries Kimpe <[email protected]> Date: Wed Dec 18 15:36:57 2013 -0600 Restore ability to create draft PDF ----------------------------------------------------------------------- Summary of changes: code/Make.rules | 4 ++++ code/doc/draft.pdf | Bin 0 -> 16337 bytes 2 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 code/doc/draft.pdf Diff of changes: diff --git a/code/Make.rules b/code/Make.rules index 25d8cf2..6006fd3 100644 --- a/code/Make.rules +++ b/code/Make.rules @@ -108,6 +108,10 @@ docclean: --graphbase=@abs_builddir@/$(patsubst %.d,%_graph,$@) $< +# easy creation of draft docs +%.draft.pdf: %.pdf + pdftk $< background $(srcdir)/doc/draft.pdf output $@ + # keep xml/ditaa_txt files for quick rebuild #.PRECIOUS: $(patsubst %.txt,%.ditaa_txt,$(ASCIIDOCSRC)) \ # $(patsubst %.txt,%.xml,$(ASCIIDOCSRC)) diff --git a/code/doc/draft.pdf b/code/doc/draft.pdf new file mode 100644 index 0000000..e83a50c Binary files /dev/null and b/code/doc/draft.pdf differ hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov