diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-03-05 10:53:42 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-03-05 10:53:42 +0000 |
commit | 969b3b0a27bbdaa721cb6b78a9ce82a9b0300277 (patch) | |
tree | 8883c2aed679538165e484a73290c1d09ad80741 /autogen.sh | |
parent | 6c08722ad9d26f016832a2d6851d8c9addf62de7 (diff) |
* GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
* vim/GNUmakefile: flatten dirs, add GNUmakefile.
* Documentation/user/running.itely: new file.
* lily/include/audio-element.hh (class Audio_element): remove grace_b_
* lily/score-performer.cc (finish): call Translator::finalize ().
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index f851875cab..55560b9d93 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,7 @@ #!/bin/sh +# WARNING WARNING WARNING +# do not edit! this is autogen.sh, generated from /home/hanwen/usr/src/lilypond/stepmake/autogen.sh +#!/bin/sh # Run this to generate configure and initial GNUmakefiles srcdir=`dirname $0` |