From: fred Date: Thu, 23 Jul 1998 09:30:56 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5890 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f26c65daa3be517f74f99b65908428398f6b38e;p=lilypond.git lilypond-1.0.1 --- diff --git a/Documentation/index.yo b/Documentation/index.yo new file mode 100644 index 0000000000..b9066871c0 --- /dev/null +++ b/Documentation/index.yo @@ -0,0 +1,66 @@ +DEFINEMACRO(tops)(0)(../topdocs/DOEXPAND(outdir)) +DEFINEMACRO(pics)(0)(../pictures/DOEXPAND(outdir)) + +nsect(NAME) + +The Documentation of LilyPond -- the GNU Project music typesetter + +nsect(DESCRIPTION) + +Note: These pages are created from the latest bf(development snapshots) +of LilyPond. You can look at the bottom if you want to know which +version this was. + + +nsubsect(Documentation: Introduction) + +itemize( +it()url(The announcement of 0.1)(ANNOUNCE-0.1.html) +it()url(DEDICATION)(DEDICATION.html) +it()url(FAQs)(faq.html) +it()url(The README)(DOEXPAND(tops)/README.html) +it()url(The installation instructions)(DOEXPAND(tops)/INSTALL.html) +it()url(But i'm using Windows, am i concerned now?)(README-W32.html) +) + +nsubsect(Why: Background Information) + +itemize( +it() url(Design criteria)(MANIFESTO.html) +it()url(The GNU Music project)(gnu-music.html) +it()url(Mutopia -- Music To the People)(mutopia.html) +it()url(The lilypond + logo (Big, format: .gif))(DOEXPAND(pics)/lelieblond.gif) +it()url(The lilypond + logo (medium size, format: .gif))(DOEXPAND(pics)/lelie_logo.gif) +) + +nsubsect(Documentation: manuals) + + +itemize( +it()url(Mudela)(../tex/DOEXPAND(outdir)/mudela.html) +it()url(TeX documents about LilyPond)(../tex/DOEXPAND(outdir)/index.html) +it()url(Manual pages)(../man/DOEXPAND(outdir)/index.html) +it()url(Musical vocabulary)(../tex/DOEXPAND(outdir)/vocabulary.html) +) + +nsubsect(The program) + +itemize( +it()url(The TODO list)(TODO.html) +it()url(The Change log)(NEWS.html) +it()url(About internal structures)(internals.html) +it()url(The coding standards of the lilypond project)(CodingStyle.html) +it()url(The Authors)(DOEXPAND(tops)/AUTHORS.html) +it()url(Sending and applying Patches)(DOEXPAND(tops)/PATCHES.html) +) + +nsubsect(Links) + +itemize( +it()url(Papers, books and online-resources on music typesetting) +(../tex/DOEXPAND(outdir)/index.html) +it()url(Other packages for printing music)(../tex/DOEXPAND(outdir)/index.html) +it()url(bf(download) LilyPond and other interesting links)(links.html) +) diff --git a/stepmake/make/Stepmake.make b/stepmake/make/Stepmake.make new file mode 100644 index 0000000000..a1e6cdbe92 --- /dev/null +++ b/stepmake/make/Stepmake.make @@ -0,0 +1,20 @@ +# make/Stepmake.make + +include $(depth)/make/Toplevel_version.make + +# Don't try to outsmart us, you puny computer! +ifeq (0,${MAKELEVEL}) + MAKE:=$(MAKE) --no-builtin-rules +endif + +ifndef config + configuration=config +else + configuration=config-$(config) +endif + +include $(depth)/$(configuration).make + +stepdir = $(depth)/$(stepmake)/stepmake +-include $(stepdir)/Include.make +