From: Han-Wen Nienhuys Date: Fri, 5 Mar 2004 10:56:43 +0000 (+0000) Subject: * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff. X-Git-Tag: release/2.1.29~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f6754d514722101f518ab8988acce9002c324a4;p=lilypond.git * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff. * vim/GNUmakefile: flatten dirs, add 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)