]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/toplevel-targets.make
release: 1.2.7
[lilypond.git] / stepmake / stepmake / toplevel-targets.make
index ac21d26e7614ad83ea91871022daf2e5a587448f..faf6124c8f43442eaab72342c8bb946b9453513f 100644 (file)
@@ -3,9 +3,11 @@
 
 local-dist: configure 
 
+# urg!: this gets into every package (ie: yodl)
 local-distclean: 
        rm -f config.h config.hh config.make Makefile GNUmakefile \
-               config.cache config.status config.log index.html
+               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)