From ae0643a65d35c39005f8ced155e9784642f17472 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:09:53 +0000 Subject: [PATCH] lilypond-0.1.57 --- Documentation/faq.pod | 14 +++++++++++--- make/Files.make | 3 +-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Documentation/faq.pod b/Documentation/faq.pod index 5655c3fd07..9611c995d0 100644 --- a/Documentation/faq.pod +++ b/Documentation/faq.pod @@ -12,7 +12,7 @@ are meant to be relative to the source directory) Q: Wow, the webpages look really neat, but if I install the .exe file on my windows 3.11 machine, it doesn't work. -A: The dos port is done with the cygnus W32 port of the GNU utils. It +A: The DOS port is done with the cygnus W32 port of the GNU utils. It does I work with windows 3.x; you need NT or w95 (this is not a recommendation, btw. We recommend you use Unix, in particular, use GNU/Linux) @@ -29,8 +29,8 @@ If the problem persists, then please mail me. Q: Some of your neat scripts fail, what directories do you use: A: [This only applies if you don't do C, and develop out -of the source directory] -I have a directory which contains all music related stuff, +of the source directory] I have a directory which contains all music +related stuff, ~/something/ @@ -306,6 +306,14 @@ Q: Why GPL? A: Yes. +Q: Your make system does not adhere to GNU coding standards, could you +please fix it? + +A: No. We have evaluated the standard GNU combination for compiling +programs (autoconf, automake, libtool) and found to be inadequate in +several respects. More detailed argumentation is included with +LilyPond (see F) + Q: Why do I need g++ >= 2.7? A: By using g++, GNU LilyPond is portable to all platforms which support diff --git a/make/Files.make b/make/Files.make index ee10f99371..87baac4272 100644 --- a/make/Files.make +++ b/make/Files.make @@ -17,7 +17,7 @@ TCCFILES = $(wildcard *.tcc) # list of other source files: # -EXTRA_SOURCE_FILES = $(wildcard *.y *.l) +EXTRA_SOURCE_FILES = $(wildcard *.yy *.ll) # PODFILES = $(wildcard *.pod) @@ -30,6 +30,5 @@ ALL_SOURCES=$(HHFILES) $(CCFILES) $(EXTRA_SOURCE_FILES) $(INLFILES) \ DEPFILES = $(wildcard $(depdir)/*.dep) -build = $(outdir)/.build all-tag-sources=$(CCFILES) $(HHFILES) $(TCCFILES) -- 2.39.5