]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/documentation-vars.make
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / stepmake / stepmake / documentation-vars.make
index 440e6b94100f39ab594d633c7fa25589e15b612b..9f6b5148a1cfc7838bcfd8a2661b85311b4d9201 100644 (file)
@@ -1,9 +1,5 @@
-# Documentation files
-AT_FILES = $(BLURBS) # 
 at-dir = $(doc-dir)/
 at-ext = .in
 
-footify=$(PYTHON) $(step-bindir)/add-html-footer.py --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`
-
+CSS_FILES := $(call src-wildcard,*.css)
+EXTRA_DIST_FILES += $(CSS_FILES)