diff options
author | Julien Rioux <julien.rioux@gmail.com> | 2013-09-14 21:24:03 +0200 |
---|---|---|
committer | Julien Rioux <julien.rioux@gmail.com> | 2013-09-24 10:31:07 +0200 |
commit | 608c933383697574c61efe2e9c47982f23ee2ee2 (patch) | |
tree | e7ed1c650b911f91e04a9c1dd57a6c7b6219c6fb /make | |
parent | 85c1631b1fa42cc767df2d8087588af15381241d (diff) |
Build: Fix Documentation/css, ly-examples, pictures, topdocs.
Part of issue 3562: Build everything on first pass of make doc
http://code.google.com/p/lilypond/issues/detail?id=3562
Diffstat (limited to 'make')
-rw-r--r-- | make/doc-i18n-root-rules.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/doc-i18n-root-rules.make b/make/doc-i18n-root-rules.make index a8e7ab5ede..43a2b78278 100644 --- a/make/doc-i18n-root-rules.make +++ b/make/doc-i18n-root-rules.make @@ -32,7 +32,7 @@ $(outdir)/%.png: $(top-build-dir)/Documentation/$(outdir)/%.png $(MASTER_TEXI_FILES): $(ITELY_FILES) $(ITEXI_FILES) $(outdir)/pictures $(outdir)/pictures: - $(MAKE) -C $(top-build-dir)/Documentation/pictures WWW-1 + $(MAKE) -C $(top-build-dir)/Documentation/pictures out=www WWW-1 ln -sf $(top-build-dir)/Documentation/pictures/$(outdir) $@ $(TRANSLATION_LILY_IMAGES): $(MASTER_TEXI_FILES) |