X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2FGNUmakefile;h=d94dff4e60b156f635b148a8fe25324d7c9ca072;hb=ce1108cc3097328a32b834cb3de6b9e14b2220ae;hp=ee4be08dc75892ac2ff86dd2f99dbe903a3c09ed;hpb=3abcf40ffcc86fa452df2d3e79cc2c27b60fc6bd;p=lilypond.git diff --git a/input/GNUmakefile b/input/GNUmakefile index ee4be08dc7..d94dff4e60 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -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 $< + +