]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove input/test
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 15 Jun 2007 07:40:19 +0000 (09:40 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 15 Jun 2007 07:40:19 +0000 (09:40 +0200)
input/test/AAA-intro-test.ly [deleted file]
input/test/GNUmakefile [deleted file]
input/test/SConscript [deleted file]
input/test/null.ly [deleted file]
make/lilypond-vars.make

diff --git a/input/test/AAA-intro-test.ly b/input/test/AAA-intro-test.ly
deleted file mode 100644 (file)
index b0abda4..0000000
+++ /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 (file)
index 1ca99ac..0000000
+++ /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 (file)
index e1e897e..0000000
+++ /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 (file)
index 1476625..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-% a null ly file, to make the build process happy
-% while we delete this directory.
-\markup { "null" }
index ae8cc39dd42608676a772c73378c8f30a9d05990..99119be37a0d8f36563d036713effe2a407edf2b 100644 (file)
@@ -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