X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2FGNUmakefile;h=c682f4ae0b0aeae0391630031cd9f6e023a8af5c;hb=d27828f4feeb730d129d4f3ade5e70805a669611;hp=4b8cc939e99c60754ed1c17fa41e7a497f533ccc;hpb=75be12aa75a535af753d6125bfc03da3ee303b36;p=lilypond.git diff --git a/input/GNUmakefile b/input/GNUmakefile index 4b8cc939e9..c682f4ae0b 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -1,16 +1,19 @@ -# input/Makefile - depth = .. -SUBDIRS=test bugs - -examples=praeludium-fuga-E star-spangled-banner -flexamples= +SUBDIRS=test regression tutorial no-notation ascii-art template mutopia -LOCALSTEPMAKE_TEMPLATES=mutopia +# nereides is tweaked a lot, can't do (read webpage) +examples= size13 size26 +#examples+=size11 size13 size16 size20 size23 size26 +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 $< + +