]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/GNUmakefile
patch::: 1.4.1.jcn3
[lilypond.git] / input / GNUmakefile
index ee4be08dc75892ac2ff86dd2f99dbe903a3c09ed..d94dff4e60b156f635b148a8fe25324d7c9ca072 100644 (file)
@@ -4,8 +4,7 @@ depth = ..
 
 SUBDIRS=bugs test regression tutorial no-notation ascii-art
 
-examples=trip  star-spangled-banner paddy twinkle
-flexamples=
+examples=trip  star-spangled-banner paddy twinkle nereides
 
 LOCALSTEPMAKE_TEMPLATES=ly mutopia
 EXTRA_DIST_FILES=paddy.abc
@@ -14,3 +13,7 @@ include $(depth)/make/stepmake.make
 
 local-check: $(addsuffix .dvi, $(addprefix $(outdir)/, $(examples)))
 
+$(outdir)/nereides.ly: les-nereides.ly
+       cpp -P -traditional -o $@ -DFAKE_GRACE $<
+
+