]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Toplevel.make.in
release: 0.1.62
[lilypond.git] / make / Toplevel.make.in
index f10c3474c7ba5249a721456d8e490082808dfe96..ef9c9ccd7879a42a6d9452196bad3d1ef7451fad 100644 (file)
@@ -66,13 +66,24 @@ Makefile: make/Toplevel.make.in
 
 
 website:
+       $(MAKE) CONFIGSUFFIX='www' local-WWW
        $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW
-
+       tar cfz $(outdir)/htmldoc.tar.gz  `find Documentation -type d -name 'out-www' -print` out-www
 
 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`
+       tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' -czf $(outdir)/examples.tar.gz  `find input mutopia -type d -name 'out-www' -print`
+
+
+
+
 
+local-WWW: $(outdir)/index.html
 
+$(outdir)/index.html: Documentation/$(outdir)/topweb.html NEWS
+       cp Documentation/$(outdir)/topweb.html $@
+       add-html-footer --news=NEWS $@
 
+Documentation/$(outdir)/topweb.html: 
+       make -C Documentation/ html