]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/documentation-vars.make
Build: end directories in their bare names and avoid some double slashes in logs.
[lilypond.git] / stepmake / stepmake / documentation-vars.make
index a4e84683e11cdc931924a5f1bee0e10057291e65..b22da2e9f50706118954ef800ca1e2526d079f47 100644 (file)
@@ -1,24 +1,4 @@
-# Documentation files
-AT_FILES = $(BLURBS) # 
-at-dir = $(doc-dir)/
+at-dir = $(doc-dir)
 at-ext = .in
 
-
-#
-YO_FILES := $(wildcard *.yo)
-POD_FILES := $(wildcard *.pod)
-TEXINFO_FILES := $(wildcard *.texinfo)
-OUTYO_FILES = $(addprefix $(outdir)/,$(YO_FILES))
-OUTPOD_FILES = $(addprefix $(outdir)/,$(POD_FILES))
-OUTTEXINFO_FILES = $(addprefix $(outdir)/,$(TEXINFO_FILES))
-
-#
-ALL_DOC_FILES = $(POD_FILES) $(TEXINFO_FILES) $(YO_FILES)
-OUTTXT_FILES = $(OUTYO_FILES:.yo=.txt) $(OUTIN_FILES:.yo=.txt)
-OUTHTML_FILES = $(OUTYO_FILES:.yo=.html) $(OUTIN_FILES:.yo=.html)
-
-OUTREADME_TXT_FILES=$(addprefix $(outdir)/,$(addsuffix .txt, $(README_TOP_FILES)))
-OUTREADME_HTML_FILES=$(addprefix $(outdir)/,$(addsuffix .html, $(README_TOP_FILES)))
-
-
-ALL_SOURCES += $(ALL_DOC_FILES)
+EXTRA_DIST_FILES += $(call src-wildcard,*.ihtml)