From 38b47996485336eb01d9698f3f52e36f6bb9b0af Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Fri, 31 Aug 2012 20:36:12 +0100 Subject: [PATCH] Reduce clutter in make doc further --- Documentation/pictures/GNUmakefile | 2 +- make/lilypond-book-rules.make | 2 +- stepmake/stepmake/generic-targets.make | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/pictures/GNUmakefile b/Documentation/pictures/GNUmakefile index 824fc66bf7..131de3e323 100644 --- a/Documentation/pictures/GNUmakefile +++ b/Documentation/pictures/GNUmakefile @@ -41,5 +41,5 @@ $(outdir)/%.png: %.eps gs -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -q -sOutputFile=$@ -sDEVICE=png16m -dEPSCrop -dNOPAUSE -f $< -c quit $(outdir)/%.pdf: %.eps - gs -dAutoRotatePages=/None -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -sOutputFile=$@ -dEPSCrop -c .setpdfwrite -f $< + gs -dAutoRotatePages=/None -q -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -sOutputFile=$@ -dEPSCrop -c .setpdfwrite -f $< diff --git a/make/lilypond-book-rules.make b/make/lilypond-book-rules.make index d12c27ebcd..b27aa56e14 100644 --- a/make/lilypond-book-rules.make +++ b/make/lilypond-book-rules.make @@ -52,5 +52,5 @@ $(outdir)/%.xml: %.lyxml # Add the xml => pdf rule only if we have dblatex ifeq (,$(findstring dblatex,$(MISSING_OPTIONAL))) $(outdir)/%.pdf: $(outdir)/%.xml - cd $(outdir) && $(DBLATEX) $(notdir $<) + cd $(outdir) && $(buildscript-dir)/run-and-check "$(DBLATEX) $(notdir $<)" "$*.dblatex.log" endif diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 395fdd202f..f216898fe8 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -176,6 +176,7 @@ local-doc: $(MAKE) out=www WWW-post doc-stage-1: + $(MAKE) -C $(top-build-dir)/Documentation/po out=www messages $(MAKE) -C $(depth)/scripts/build out= $(MAKE) out=www WWW-1 -- 2.39.5