]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/documentation-targets.make
release: 1.2.7
[lilypond.git] / stepmake / stepmake / documentation-targets.make
index d5f7c50f3139a7da4c1ccce228bde7b93d738f4e..d02041f4d2d0116500eb134444f075f68ec1f0aa 100644 (file)
@@ -3,32 +3,19 @@ default:
 
 do-doc: $(OUTTXT_FILES) 
 
-# ugh. FIXME
-ifeq ($(strip $(README_TOP_FILES)),)
-readme-top_FILES-html:
-readme-top_FILES-txt:
-else
-
-readme-top_FILES-txt:
-       $(foreach i, $(README_TOP_FILES), \
-         cp $(depth)/$(i) $(outdir)/$(i).txt && ) true
-
-readme-top_FILES-html:
-       $(foreach i, $(README_TOP_FILES), \
-         $(SHELL) $(step-bindir)/text2html.sh $(outdir)/$(i).txt $(outdir)/$(i).html && \
-         $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=$(depth)/../index.html $(outdir)/$(i).html && ) true
-endif
 
-local-WWW: readme-top_FILES-txt readme-top_FILES-html $(OUTHTML_FILES) $(OUTREADME_HTML_FILES) 
+local-WWW: $(OUTHTML_FILES)
        echo $^ > $(depth)/wwwlist
 
 doc: do-doc
 
+
+# what to do here?
+ifeq (a,b) 
+
 $(outdir)/$(package).info: $(outdir)/topinfo.texinfo $(OUTTEXINFO_FILES)
        $(MAKEINFO) --force -o $@ $(outdir)/topinfo.texinfo
 
-# what to do here?
-ifneq ($(strip $(INFO_FILES)),)
 
 INFOINSTALL=$(MAKE) INSTALLATION_OUT_DIR=$(infodir) depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_FILES)" -f $(stepdir)/install-out.sub.make $@