]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/documentation-vars.make
* buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
[lilypond.git] / stepmake / stepmake / documentation-vars.make
1 AT_FILES = $(BLURBS) # 
2 at-dir = $(doc-dir)/
3 at-ext = .in
4
5 footify=$(PYTHON) $(step-bindir)/add-html-footer.py --index=../$(depth)/ --name $(PACKAGE_NAME) --version $(TOPLEVEL_VERSION) --header=$(depth)/Documentation/header.html.in --footer $(depth)/Documentation/footer.html.in
6 deep-footify=$(PYTHON) $(step-bindir)/add-html-footer.py --index=../../$(depth)/ --name $(PACKAGE_NAME) --version $(TOPLEVEL_VERSION) --header=$(depth)/Documentation/header.html.in --footer $(depth)/Documentation/footer.html.in
7
8 footify-all-command=$(footify) `$(FIND) . -name '*.html' -print`
9