]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/toplevel-targets.make
release: 1.2.7
[lilypond.git] / stepmake / stepmake / toplevel-targets.make
index 32e734cba290701044120cbc7a3d1a6be0cca72c..faf6124c8f43442eaab72342c8bb946b9453513f 100644 (file)
@@ -3,9 +3,11 @@
 
 local-dist: configure 
 
+# urg!: this gets into every package (ie: yodl)
 local-distclean: 
-       rm -f config.hh config.make Makefile config.cache \
-               config.status config.log index.html
+       rm -f config.h config.hh config.make Makefile GNUmakefile \
+               config.cache config.status config.log index.html \
+               afm tfm cmtfm share/locale/*/LC_MESSAGES/lilypond.mo
 
 local-maintainerclean:
        rm -f configure
@@ -22,11 +24,12 @@ local-WWW: #index.html
 
 index.html: check-top-web NEWS
        $(sed-version) < Documentation/topdocs/$(outdir)/topweb.html > $@
-       $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=Documentation/top-docs/out-www/index.html $@
 
-WWW-clean:
+WWW-clean: local-WWW-clean
        $(MAKE) CONFIGSUFFIX='www' clean
 
+local-WWW-clean:
+
 dist:
        rm -rf $(distdir)
        $(MAKE) local-dist $(distdir)
@@ -39,7 +42,4 @@ dist:
        rm -rf $(distdir)/
 
 local-help:
-       @echo -e "\
-  dist        roll tarball: $(outdir)/$(package)-$(TOPLEVEL_VERSION).tar.gz\n"
-