]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/Makefile
release: 1.0.3
[lilypond.git] / Documentation / topdocs / Makefile
index c8c180d1d21a08beeef3c88e6383f2e5179d518f..53a8a262d0f8d253978fa5d514eb91726565b2ae 100644 (file)
@@ -2,17 +2,20 @@
 
 depth = ../..
 
-SUBDIRS=
+MAKEFILES=Documentation
+LOCALMAKEFILES=Lilypond
+BLURBS=BLURB COPERTINA FLAPTEKST
+
+TO_TOP_FILES=$(addprefix $(outdir)/, $(README_TOP_FILES))
+
 
 include $(depth)/make/Stepmake.make 
-include $(depth)/make/Lilypond.make
 
 default: do-doc 
 
-BLURBS=BLURB COPERTINA FLAPTEKST
+
 # INFO_FILES = $(outdir)/$(package).info
 
-include $(stepdir)/Documentation.shared.make
 
 # urg
 $(outdir)/%.html: %.yo
@@ -25,7 +28,6 @@ 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