X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2FGNUmakefile;h=0811e7f9e4fc853cd8de96d0129c2bb23dbd4e18;hb=0a2b766ed6cf71fc3adede55461207c06b54951c;hp=9cf5f1fd688588ad6a9bda0fc3d81d6d4ee7b575;hpb=b38f39fe5ac9005b915a8ab26113a977992a5160;p=lilypond.git diff --git a/input/GNUmakefile b/input/GNUmakefile index 9cf5f1fd68..0811e7f9e4 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -1,18 +1,10 @@ depth = .. -SUBDIRS=bugs test regression tutorial no-notation ascii-art template +SUBDIRS = test regression tutorial no-notation template mutopia -# nereides is tweaked a lot, can't do (read webpage) -examples=trip star-spangled-banner paddy twinkle #nereides +examples = simple simple-song les-nereides puer-fragment wilhelmus paddy LOCALSTEPMAKE_TEMPLATES=ly mutopia EXTRA_DIST_FILES=paddy.abc include $(depth)/make/stepmake.make - -local-check: $(addsuffix .dvi, $(addprefix $(outdir)/, $(examples))) - -$(outdir)/nereides.ly: les-nereides.ly - cpp -P -traditional -o $@ -DFAKE_GRACE $< - -