From 8dca55a33caa4c6e6ee9558110c3c0674cc17a9f Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:54:39 +0000 Subject: [PATCH] lilypond-1.3.72 --- make/toplevel.make.in | 13 +++++++------ stepmake/stepmake/generic-targets.make | 12 +----------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/make/toplevel.make.in b/make/toplevel.make.in index dd38191b50..3e6ae7f4e1 100644 --- a/make/toplevel.make.in +++ b/make/toplevel.make.in @@ -26,7 +26,7 @@ STEPMAKE_TEMPLATES=toplevel yolily-toplevel po include $(depth)/make/stepmake.make # -website: fonts htmldoc examples doc++ footify +website: fonts htmldoc examples footify footify: $(footify) --index=./ `$(FIND) . -maxdepth 1 -name '*.html' -print` @@ -50,19 +50,20 @@ htmldoc: examples: $(MAKE) out='www' -C input WWW $(MAKE) out='www' -C mutopia WWW - # arg, should not break concept of recursive make; - # this breaks links (and dependencies, see above) +# arg, should not break concept of recursive make; +# this breaks links (and dependencies, see above) + +# don't understand this comment --hwn + $(PYTHON) $(buildscripts)/mutopia-index.py -o short-examples.html input/ $(PYTHON) $(buildscripts)/mutopia-index.py -o long-examples.html mutopia/ - #$(footify-all-command) +#$(footify-all-command) $(footify) --index=./ `$(FIND) . -name '*.html' -print` tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' --exclude='*.ppm' -czf $(outdir)/examples.tar.gz *-examples.html `find input mutopia -type d -name 'out-www' -print` -my_tfm_path=$(TFM_PATH) /tmp /tmp /tmp /tmp /tmp /tmp localinstall: mkdir -p $(datadir) - $(foreach i, 1 2 3 4 5, rm -f $(datadir)/tfm.$(i); $(LN_S) $(word $(i), $(my_tfm_path)) $(datadir)/tfm.$(i) ; ) local-WWW-clean: $(SHELL) $(depth)/buildscripts/clean-fonts.sh diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 2c812c8ceb..5552912e20 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -1,7 +1,7 @@ # title generic make targets # file make/Targets.make -.PHONY : all clean config default dist doc doc++ exe help html lib TAGS\ +.PHONY : all clean config default dist doc exe help html lib TAGS\ po all: default @@ -62,7 +62,6 @@ help: generic-help local-help dist roll tarball: $(depth)/$(outdir)/$(distname).tar.gz\n\ distclean cleaner than clean (duh)\n\ doc update all documentation\n\ - doc++ make doc++ documentation\n\ exe update all executables\n\ help this help\n\ install install programs and data (prefix=$(prefix))\n\ @@ -87,15 +86,6 @@ doc: local-doc local-doc: -# Ugh. C++ specific. -# If you're not the maintainer, there's no tarball in $(outdir)! -# Maybe, there is one in ../releases -doc++: - (cd $(outdir); \ - $(SHELL) ../$(step-bindir)/tar-docxx.sh $(package)-$(TOPLEVEL_VERSION).tar.gz || \ - $(SHELL) ../$(step-bindir)/tar-docxx.sh $(release-dir)/$(package)-$(TOPLEVEL_VERSION).tar.gz) - - local-dist: $(DIST_FILES) $(OUT_DIST_FILES) $(NON_ESSENTIAL_DIST_FILES) mkdir -p $(distdir)/$(localdir) $(LN) $(DIST_FILES) $(distdir)/$(localdir) -- 2.39.5