]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Mon, 10 Aug 1998 11:50:31 +0000 (11:50 +0000)
committerfred <fred>
Mon, 10 Aug 1998 11:50:31 +0000 (11:50 +0000)
stepmake/Documentation/Makefile [new file with mode: 0644]
stepmake/Documentation/topdocs/Makefile [new file with mode: 0644]

diff --git a/stepmake/Documentation/Makefile b/stepmake/Documentation/Makefile
new file mode 100644 (file)
index 0000000..0c43e2f
--- /dev/null
@@ -0,0 +1,24 @@
+# Documentation/Makefile
+
+depth = ..
+
+include $(depth)/make/Stepmake.make 
+
+OUTTXT_FILES = $(OUTYO_FILES:.yo=.txt) $(OUTIN_FILES:.yo=.txt)
+EXTRA_DIST_FILES = 
+SUBDIRS=topdocs
+
+
+include $(stepdir)/Documentation.vars.make
+include $(stepdir)/Documentation_rules.make
+
+default: do-doc
+
+do-doc: $(OUTTXT_FILES)
+
+# ugh
+check-doc-deps: do-doc
+       true
+
+doc: do-doc
+
diff --git a/stepmake/Documentation/topdocs/Makefile b/stepmake/Documentation/topdocs/Makefile
new file mode 100644 (file)
index 0000000..64f1483
--- /dev/null
@@ -0,0 +1,35 @@
+# Documentation/topdocs/Makefile
+
+depth = ../..
+
+SUBDIRS=
+BLURBS=BLURB #COPERTINA FLAPTEKST
+AT_FILES = $(BLURBS) # 
+at-dir = $(doc-dir)/
+at-ext = .in
+
+include $(depth)/make/Stepmake.make 
+
+
+default: do-doc 
+
+BLURBS=BLURB COPERTINA FLAPTEKST
+# INFO_FILES = $(outdir)/$(package).info
+
+include $(stepdir)/Documentation.shared.make
+
+# urg
+$(outdir)/%.html: %.yo
+       $(YODL2HTML) -doutdir=$(outdir) --live-data=3 -o $@.in $<
+       $(sed-version) < $@.in > $@
+       rm -f $@.in
+       $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=index.html --news=$(depth)/NEWS $@
+
+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