From: Phil Holmes Date: Sun, 12 Feb 2012 17:59:11 +0000 (+0000) Subject: Removes no directory and @var errors in make doc X-Git-Tag: release/2.15.30-1~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=18cfd801fa7fcd698e924f3b530862714f3e3013;p=lilypond.git Removes no directory and @var errors in make doc --- diff --git a/Documentation/cs/included/GNUmakefile b/Documentation/cs/included/GNUmakefile new file mode 100644 index 0000000000..afe7a4d738 --- /dev/null +++ b/Documentation/cs/included/GNUmakefile @@ -0,0 +1,10 @@ +depth = ../../.. + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES+=$(call src-wildcard,*.ly) +EXTRA_DIST_FILES+=$(call src-wildcard,*.ily) +EXTRA_DIST_FILES+=$(call src-wildcard,*.itexi) +EXTRA_DIST_FILES+=$(call src-wildcard,*.itely) + +include $(depth)/make/stepmake.make diff --git a/Documentation/hu/included/GNUmakefile b/Documentation/hu/included/GNUmakefile new file mode 100644 index 0000000000..afe7a4d738 --- /dev/null +++ b/Documentation/hu/included/GNUmakefile @@ -0,0 +1,10 @@ +depth = ../../.. + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES+=$(call src-wildcard,*.ly) +EXTRA_DIST_FILES+=$(call src-wildcard,*.ily) +EXTRA_DIST_FILES+=$(call src-wildcard,*.itexi) +EXTRA_DIST_FILES+=$(call src-wildcard,*.itely) + +include $(depth)/make/stepmake.make diff --git a/Documentation/notation/changing-defaults.itely b/Documentation/notation/changing-defaults.itely index 1db53e061f..13061c0926 100644 --- a/Documentation/notation/changing-defaults.itely +++ b/Documentation/notation/changing-defaults.itely @@ -3711,8 +3711,8 @@ require an additional @code{Y-extent} override with an unpure-pure container. When a function overrides a @code{Y-offset} and/or @code{Y-extent} it is assumed that this will trigger line breaking calculations too early during compilation. So the function is not -evaluated at all (usually returning a value of @var{0} or -@var{'(0 . 0)}) which can result in collisions. A @q{pure} function +evaluated at all (usually returning a value of @samp{0} or +@samp{'(0 . 0)}) which can result in collisions. A @q{pure} function will not affect properties, objects or grob suicides and therefore will always have its Y-axis-related evaluated correctly. diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index aebf84fc12..19c87ce971 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -1041,7 +1041,7 @@ indicator and so footnotes are created during compilation. @unnumberedsubsubsec Automatic footnotes Automatic footnotes take three arguments; the @var{Layout Object} to be -annotated, the @var{(x . y)} position of the indicator and a +annotated, the @samp{(x . y)} position of the indicator and a @code{\markup} that will appear in the footnote at the bottom of the page. @@ -1134,7 +1134,7 @@ required: @cindex footnotes, manual Manual footnotes takes four arguments; the @var{Layout Object} to be -annotated, the @var{(x . y)} position of the indicator and two +annotated, the @samp{(x . y)} position of the indicator and two @code{\markup} commands; the first is the indicator attached to the note or grob and the second is the footnote at the bottom of the page. diff --git a/Documentation/zh/included/GNUmakefile b/Documentation/zh/included/GNUmakefile new file mode 100644 index 0000000000..afe7a4d738 --- /dev/null +++ b/Documentation/zh/included/GNUmakefile @@ -0,0 +1,10 @@ +depth = ../../.. + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES+=$(call src-wildcard,*.ly) +EXTRA_DIST_FILES+=$(call src-wildcard,*.ily) +EXTRA_DIST_FILES+=$(call src-wildcard,*.itexi) +EXTRA_DIST_FILES+=$(call src-wildcard,*.itely) + +include $(depth)/make/stepmake.make