]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/documentation-vars.make
e0fb2420a78da76720ad888e89bbcf17f37a291d
[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