]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/Documentation/topdocs/Makefile
release: 1.0.3
[lilypond.git] / stepmake / Documentation / topdocs / Makefile
index 64f14835a2990b608a550cccfdc6d6d6205ebe1c..45af32d7f0029b7b97d62c20c17ce3724f874b87 100644 (file)
@@ -7,16 +7,17 @@ BLURBS=BLURB #COPERTINA FLAPTEKST
 AT_FILES = $(BLURBS) # 
 at-dir = $(doc-dir)/
 at-ext = .in
+BLURBS=BLURB COPERTINA FLAPTEKST
 
-include $(depth)/make/Stepmake.make 
+TO_TOP_FILES=$(addprefix $(outdir)/, $(README_TOP_FILES))
 
 
-default: do-doc 
+MAKEFILES=Documentation
+
+include $(depth)/make/Stepmake.make 
 
-BLURBS=BLURB COPERTINA FLAPTEKST
-# INFO_FILES = $(outdir)/$(package).info
 
-include $(stepdir)/Documentation.shared.make
+default: do-doc 
 
 # urg
 $(outdir)/%.html: %.yo
@@ -28,8 +29,6 @@ $(outdir)/%.html: %.yo
 local-WWW:
        -cp $(outdir)/*gif $(outdir)/index.html $(depth)  # don't fail if not making website
 
-
-TO_TOP_FILES=$(addprefix $(outdir)/, $(README_TOP_FILES))
 copy-to-top: 
        $(foreach i, $(TO_TOP_FILES), \
          cp $(i) $(depth)/ && ) true