From: Jan Nieuwenhuizen Date: Fri, 21 Jun 2002 11:09:50 +0000 (+0000) Subject: New file. X-Git-Tag: release/1.5.63~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e247ef95fbbda2aa4a2f61ca7f1db9807bfaf2c2;p=lilypond.git New file. Remove. --- diff --git a/ChangeLog b/ChangeLog index 2c91989327..71d716741f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-06-21 Jan Nieuwenhuizen + * lily/include/spacing-interface.hh: New file. + + * lily/include/spaceable-element.hh: Remove. + * input/test/script-priority.ly: New file. 2002-06-20 Han-Wen diff --git a/GNUmakefile.in b/GNUmakefile.in index f33e116afb..863571fe45 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -93,7 +93,11 @@ top-web: cd $(builddir) && ls *.png *.html >> $(outdir)/weblist cat $(outdir)/weblist | (cd $(builddir); GZIP=-9v tar -czf $(outdir)/web.tar.gz -T -) -#WWW: local-WWW +src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh +ALL-TAGS: + etags $(shell find . $(src-ext:%=-name '*.%' -or) -false | grep -v '/out') + +local-WWW: web: local-web html-doc: web diff --git a/lily/include/spaceable-element.hh b/lily/include/spaceable-element.hh deleted file mode 100644 index 272365ecd4..0000000000 --- a/lily/include/spaceable-element.hh +++ /dev/null @@ -1,3 +0,0 @@ - -#error -