From 8a02f675c0540cd425ffe1a3042ee90917f2504a Mon Sep 17 00:00:00 2001 From: hanwen Date: Fri, 5 Mar 2004 10:56:43 +0000 Subject: [PATCH] * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff. * vim/GNUmakefile: flatten dirs, add GNUmakefile. --- Documentation/user/introduction.itely | 4 ++-- vim/GNUmakefile | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 vim/GNUmakefile diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index 404269b936..63d11155e3 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -511,8 +511,8 @@ The syntax is also the user-interface for LilyPond, hence it is easily typable, @example c'4 d'8 @end example -Are a quarter note C (the middle C) and eighth note D1 (the D above -middle C), as in this example: +Are a quarter note C (middle C) and eighth note D1 (D above middle C), +as in this example: @lilypond[fragment] c'4 d'8 diff --git a/vim/GNUmakefile b/vim/GNUmakefile new file mode 100644 index 0000000000..b1663ef4c1 --- /dev/null +++ b/vim/GNUmakefile @@ -0,0 +1,6 @@ +depth = .. + +# elispdir defined in config.make +include $(depth)/make/stepmake.make + +EXTRA_DIST_FILES = $(wildcard *.vim) -- 2.39.5