]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/documentation-vars.make
Issue 4722 Introduce new markup-command draw-squiggle-line.
[lilypond.git] / stepmake / stepmake / documentation-vars.make
index a4efa4eb59464c9de5cfb3f38fbe49be230c9775..2ca0bb97bdb68ad73523d9c19100253fe5e05e20 100644 (file)
@@ -1,10 +1,2 @@
-# Documentation files
-AT_FILES = $(BLURBS) # 
-at-dir = $(doc-dir)/
+at-dir = $(doc-dir)
 at-ext = .in
-
-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
-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
-
-footify-all-command=$(footify) `$(FIND) . -name '*.html' -print`
-