]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/documentation-vars.make
patch::: 1.3.105.jcn1
[lilypond.git] / stepmake / stepmake / documentation-vars.make
1 # Documentation files
2 AT_FILES = $(BLURBS) # 
3 at-dir = $(doc-dir)/
4 at-ext = .in
5
6 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 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
8
9 footify-all-command=$(footify) `$(FIND) . -name '*.html' -print`
10