diff --git a/input/manual/GNUmakefile b/input/manual/GNUmakefile index 558863f..6ba37af 100644 --- a/input/manual/GNUmakefile +++ b/input/manual/GNUmakefile @@ -1,16 +1,9 @@ - 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 +STEPMAKE_TEMPLATES=documentation EXTRA_DIST_FILES= README +EXTRA_DIST_FILES+=$(call src-wildcard,*.ly) +EXTRA_DIST_FILES+=$(call src-wildcard,*.ily) include $(depth)/make/stepmake.make - -TITLE=LilyPond Examples from the Manual diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 28c4a46..250eace 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -175,4 +175,5 @@ web: $(MAKE) out=www WWW-post web-clean: + find -name out-www | xargs rm -rf $(MAKE) out=www clean