]> git.donarmstrong.com Git - lilypond.git/commitdiff
Removes no directory and @var errors in make doc
authorPhil Holmes <mail@philholmes.net>
Sun, 12 Feb 2012 17:59:11 +0000 (17:59 +0000)
committerPhil Holmes <mail@philholmes.net>
Sun, 12 Feb 2012 18:01:11 +0000 (18:01 +0000)
Documentation/cs/included/GNUmakefile [new file with mode: 0644]
Documentation/hu/included/GNUmakefile [new file with mode: 0644]
Documentation/notation/changing-defaults.itely
Documentation/notation/input.itely
Documentation/zh/included/GNUmakefile [new file with mode: 0644]

diff --git a/Documentation/cs/included/GNUmakefile b/Documentation/cs/included/GNUmakefile
new file mode 100644 (file)
index 0000000..afe7a4d
--- /dev/null
@@ -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 (file)
index 0000000..afe7a4d
--- /dev/null
@@ -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
index 1db53e061fdde7efb5039453b770738ea32ec668..13061c09266f56ea430a8d43d241929c4be9dc51 100644 (file)
@@ -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.
 
index aebf84fc122b66fbcdeef599393bcb19b0dee3d5..19c87ce9718aef4fc7fd9b9f2b890e1fbc55ca75 100644 (file)
@@ -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 (file)
index 0000000..afe7a4d
--- /dev/null
@@ -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