From: John Mandereau Date: Fri, 15 Jun 2007 07:40:19 +0000 (+0200) Subject: Remove input/test X-Git-Tag: release/2.11.27-1~8 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=34b75de61aed178f6eedbc6a4790ff6cacee179a;p=lilypond.git Remove input/test --- diff --git a/input/test/AAA-intro-test.ly b/input/test/AAA-intro-test.ly deleted file mode 100644 index b0abda40dd..0000000000 --- a/input/test/AAA-intro-test.ly +++ /dev/null @@ -1,23 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@unnumbered Introduction - -This document shows all kinds of tips and tricks, from simple to -advanced. You may also find dirty tricks, or the very very -latest features that have not been documented or fully implemented -yet. - -In the web version of this document, you can click on the file name -or figure for each example to see the corresponding input file. - -This document is for LilyPond version -" (lilypond-version) ".") -} - -% make sure .png is generated. -\lyrics { "(left blank intentionally)" } diff --git a/input/test/GNUmakefile b/input/test/GNUmakefile deleted file mode 100644 index 1ca99ac567..0000000000 --- a/input/test/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -depth = ../.. - -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc - -## Hmm, would this work? No -- if we really want examples, move -## to other dir (input/) comes to mind. -## examples = font20 ancient-font -## LOCALSTEPMAKE_TEMPLATES += ly mutopia - -EXTRA_DIST_FILES= - -include $(depth)/make/stepmake.make - -TITLE=LilyPond Tips and Tricks diff --git a/input/test/SConscript b/input/test/SConscript deleted file mode 100644 index e1e897ede4..0000000000 --- a/input/test/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'LilyPond Tips and Tricks') diff --git a/input/test/null.ly b/input/test/null.ly deleted file mode 100644 index 14766250c6..0000000000 --- a/input/test/null.ly +++ /dev/null @@ -1,3 +0,0 @@ -% a null ly file, to make the build process happy -% while we delete this directory. -\markup { "null" } diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index ae8cc39dd4..99119be37a 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -24,7 +24,7 @@ CONVERT_LY = $(script-dir)/convert-ly.py LILYPOND_BOOK = $(script-dir)/lilypond-book.py ## ugh : fix me, input/new/pitch -LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) -I $(input-dir)/regression/ -I $(input-dir)/manual/ -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ -I $(top-build-dir)/mf/out/ -I $(input-dir)/test/ -I $(input-dir)/new/pitch +LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) -I $(input-dir)/regression/ -I $(input-dir)/manual/ -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ -I $(top-build-dir)/mf/out/ -I $(input-dir)/new/pitch ## override from cmd line to speed up. ANTI_ALIAS_FACTOR=2