From: Jan Nieuwenhuizen Date: Wed, 11 Nov 2009 09:55:27 +0000 (+0100) Subject: all-doc: new target. Fixes waiting for `make doc' only to find no website. X-Git-Tag: release/2.13.8-1~65 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bbbdf205fe7f25cfa1d82c39fbe15bc58574d5b9;p=lilypond.git all-doc: new target. Fixes waiting for `make doc' only to find no website. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index cef60cb400..8e56947fe7 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -124,8 +124,12 @@ WWW-post: find $(outdir) -name '*-root' | xargs rm -rf $(buildscript-dir)/www_post $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(outdir) "$(WEB_TARGETS)" find $(outdir)/offline-root -type l -delete -endif +endif # ifeq ($(out),www) +# For those who cannot for the life in them remember to type +# WEB_TARGETS=..., just bloody make all doc stuff, already. +all-doc: + $(MAKE) WEB_TARGETS='online offline' doc tree-prefix = $(outdir) tree-bin = $(tree-prefix)/bin