From: John Mandereau Date: Sun, 2 Aug 2009 23:15:02 +0000 (+0200) Subject: Docs: change 'local-doc' make target meaning X-Git-Tag: release/2.13.4-1~211 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e137cc21e3a96411fcaad1cda4632b0b36dbcff2;p=lilypond.git Docs: change 'local-doc' make target meaning * the old target 'local-doc' has been renamed to 'local-txt-doc'; * new 'local-doc' target is restriction of 'doc' to current directory, as already described by 'make help'. --- diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 338da7123b..65ecd60a29 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -96,7 +96,7 @@ OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES))) ########### ### Targets -default: local-doc +default: local-txt-doc local-help: extra-local-help diff --git a/Documentation/misc/GNUmakefile b/Documentation/misc/GNUmakefile index 8292ed288e..17eb63922e 100644 --- a/Documentation/misc/GNUmakefile +++ b/Documentation/misc/GNUmakefile @@ -9,7 +9,7 @@ EXTRA_DIST_FILES = $(TEXTS) include $(depth)/make/stepmake.make -default: local-doc +default: local-txt-doc #urg default local-WWW target uses footify before its time; # must add footify with txt-to-html target diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index a36faaeb23..b98eb8c8c3 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -190,6 +190,11 @@ doc: doc-stage-1 $(MAKE) out=www WWW-2 $(MAKE) out=www WWW-post +local-doc: + $(MAKE) out=www local-WWW-1 + $(MAKE) out=www local-WWW-2 + $(MAKE) out=www WWW-post + doc-stage-1: $(MAKE) -C $(depth)/scripts/build out= $(MAKE) out=www WWW-1 diff --git a/stepmake/stepmake/texinfo-targets.make b/stepmake/stepmake/texinfo-targets.make index edad43017f..36a2e92da5 100644 --- a/stepmake/stepmake/texinfo-targets.make +++ b/stepmake/stepmake/texinfo-targets.make @@ -8,7 +8,7 @@ local-WWW-1: $(XREF_MAPS_FILES) local-WWW-2: $(OUT_CSS_FILES) endif -local-doc: $(OUTTXT_FILES) +local-txt-doc: $(OUTTXT_FILES) check-info: texinfo-all-menus-update diff --git a/stepmake/stepmake/topdocs-targets.make b/stepmake/stepmake/topdocs-targets.make index acacbb3c69..f884cadb9a 100644 --- a/stepmake/stepmake/topdocs-targets.make +++ b/stepmake/stepmake/topdocs-targets.make @@ -1,5 +1,5 @@ -default: local-doc +default: local-txt-doc ifeq ($(out),www) local-WWW-1: $(PDF_FILES)