]> git.donarmstrong.com Git - lilypond.git/commitdiff
Reduce clutter in make doc further
authorPhil Holmes <mail@philholmes.net>
Fri, 31 Aug 2012 19:36:12 +0000 (20:36 +0100)
committerPhil Holmes <mail@philholmes.net>
Fri, 31 Aug 2012 19:39:17 +0000 (20:39 +0100)
Documentation/pictures/GNUmakefile
make/lilypond-book-rules.make
stepmake/stepmake/generic-targets.make

index 824fc66bf70e92c1682067f0e2e99a993c8d9589..131de3e32383b152b7a9fb22925544fc58f20153 100644 (file)
@@ -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 $<
 
index d12c27ebcde1749725581a12db10403de7f0598d..b27aa56e14ca1e8e0b429e1981a0b7c46bfc3ee2 100644 (file)
@@ -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
index 395fdd202f821055ad0ec941e785e36ee03ce9ff..f216898fe8dd62e186ce9226e3f384d403a0af85 100644 (file)
@@ -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