]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Toplevel.make.in
release: 0.1.60
[lilypond.git] / make / Toplevel.make.in
index f376ebc3138cc80cc08ce6d357d6405dd78a2e41..d3dfff308191dd2d14bfd64e04514b5e157b6869 100644 (file)
@@ -64,3 +64,14 @@ Makefile: make/Toplevel.make.in
        cat $< >> $@
        chmod -w $@
 
+
+website:
+
+
+examples:
+       $(MAKE) CONFIGSUFFIX='www' -C input WWW
+       $(MAKE) CONFIGSUFFIX='www' -C mutopia WWW
+       tar cfz $(outdir)/examples.tar.gz  `find input mutopia -type d -name 'out-www' -print`
+
+
+