X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Ftoplevel.make.in;h=59d033d477b14745cdac75e5bfb0e1e38e6fd4d6;hb=7181c77e5d46a271f5f76e99bee7f844611e23e4;hp=90b98e9ecb242741082ea4c3b98d3e063ec1544b;hpb=c64a05795e51367c17589a9e7d60bad426305159;p=lilypond.git diff --git a/make/toplevel.make.in b/make/toplevel.make.in index 90b98e9ecb..59d033d477 100644 --- a/make/toplevel.make.in +++ b/make/toplevel.make.in @@ -8,29 +8,75 @@ depth = . # descent order into subdirectories: # -SUBDIRS = scripts buildscripts flower lib lily mf mi2mu po debian \ - Documentation init input tex make mutopia test intl stepmake\ +SUBDIRS = scripts buildscripts flower lily mf midi2ly po debian \ + Documentation ly input tex make mutopia intl $(builddir)/stepmake\ ps scm # SCRIPTS = configure aclocal.m4 -README_FILES = BUGS DEDICATION ANNOUNCE-0.1 ANNOUNCEMENT \ - COPYING NEWS-0.1 NEWS-1.0 NEWS-0.0 NEWS TODO -README_TXT_FILES = README.txt AUTHORS.txt INSTALL.txt PATCHES.txt +README_FILES = DEDICATION COPYING NEWS CHANGES ROADMAP +README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt IN_FILES := $(wildcard *.in) -EXTRA_DIST_FILES = dstreamrc mudela-mode.el vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) +EXTRA_DIST_FILES = dstreamrc lilypond-mode.el vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES) # bootstrap stepmake: # -STEPMAKE_TEMPLATES=toplevel yolily-toplevel +STEPMAKE_TEMPLATES=toplevel yolily-toplevel po include $(depth)/make/stepmake.make # -website: examples htmldoc doc++ +website: fonts htmldoc examples footify + +footify: + $(footify) --index=./ `$(FIND) . -maxdepth 1 -name '*.html' -print` + $(footify-all-command) + +fonts: + $(MAKE) -C $(depth)/mf + +doc: + $(MAKE) -C Documentation + +htmldoc: + $(MAKE) out='www' local-WWW + $(MAKE) out='www' -C Documentation WWW + rm -f `find . -name \*.html~ -print` + $(footify) --index=./ `$(FIND) . -maxdepth 1 -name '*.html' -print` + $(footify-all-command) + find `find Documentation -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' > wwwlist + tar cfz $(outdir)/htmldoc.tar.gz `cat wwwlist` `ls *.png $(ERRORLOG)` index.html examples: - $(MAKE) CONFIGSUFFIX='www' -C input WWW - $(MAKE) CONFIGSUFFIX='www' -C mutopia WWW - tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' -czf $(outdir)/examples.tar.gz `find input mutopia -type d -name 'out-www' -print` + $(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) + +# don't understand this comment --hwn + +# See below. The footify-all you had before caused dead links on the +# webpage, because the footify command assumes it can calculate the location +# of index.html from the current depth. That doesn't work, if you don't +# use recursive make like we do everywhere else; leads to bugs that you +# make a specific fix for. + + $(PYTHON) $(buildscripts)/mutopia-index.py -o short-examples.html input/ + $(PYTHON) $(buildscripts)/mutopia-index.py -o long-examples.html mutopia/ +#$(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` + +# Kpathsea is overkill, and a horror/impossible to compile without compiling +# and using a matching TeX (well, I gave up trying for now). +my_tfm_path=$(TFM_PATH) /tmp /tmp /tmp /tmp /tmp /tmp + +localinstall: + mkdir -p $(datadir) +ifeq ($(KPATHSEA),0) + $(foreach i, 1 2 3 4 5, rm -f $(datadir)/tfm.$(i); $(LN_S) $(word $(i), $(my_tfm_path)) $(datadir)/tfm.$(i) ; ) +endif + +local-WWW-clean: + $(SHELL) $(depth)/buildscripts/clean-fonts.sh