aesop Repository branch, master, updated. c201024b87ec9440827db4cf77b3df1a111f2593
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 "aesop Repository". The branch, master has been updated via c201024b87ec9440827db4cf77b3df1a111f2593 (commit) from 04bc02da23b7433fb2a73d374d3c32e90c184d4b (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 c201024b87ec9440827db4cf77b3df1a111f2593 Author: Kevin Harms <[email protected]> Date: Tue Mar 6 16:00:45 2012 -0600 Allow for out-of-tree builds of documentation ----------------------------------------------------------------------- Summary of changes: Makefile.in | 6 ++++-- doc/aesop-user-guide.txt | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) Diff of changes: diff --git a/Makefile.in b/Makefile.in index 32a6fa2..4e7aa24 100644 --- a/Makefile.in +++ b/Makefile.in @@ -647,9 +647,11 @@ etags: %.html: %.ditta_txt $(ASCIIDOC) -a data-uri -a icons -a toc -a max-width=55em $< -%.pdf: %.ditta_txt - $(A2X) -L -v -v --dblatex-opts "-P latex.output.revhistory=0" -a data-uri -a icons -a toc -a max-width=55em $< +%.pdf: %.ditta_txt $(builddir)/doc/fig + $(A2X) -L -v -v -a buildpath=$(abs_srcdir)/doc --dblatex-opts "-P latex.output.revhistory=0" -a data-uri -a icons -a toc -a max-width=55em $< +$(builddir)/doc/fig: $(abs_srcdir)/doc/fig + ln -s $< $@ .INTERMEDIATE: %.ditta_txt %.ditta_txt: %.txt diff --git a/doc/aesop-user-guide.txt b/doc/aesop-user-guide.txt index ea0d854..5f347c1 100644 --- a/doc/aesop-user-guide.txt +++ b/doc/aesop-user-guide.txt @@ -10,15 +10,15 @@ v0.1, 2012-01 // ------------------------------------------------------------------------- // ------------------------------------------------------------------------- -include::aug_preface.txt[] +include::{buildpath}/aug_preface.txt[] -include::aug_introduction.txt[] +include::{buildpath}/aug_introduction.txt[] -include::aug_language.txt[] +include::{buildpath}/aug_language.txt[] -include::aug_standard.txt[] +include::{buildpath}/aug_standard.txt[] -include::aug_external.txt[] +include::{buildpath}/aug_external.txt[] hooks/post-receive -- aesop Repository
participants (1)
-
noreply@mcs.anl.gov