--- /dev/null
+=head1 NAME
+
+The Manuals of LilyPond -- the GNU Project music typesetter
+
+=head1 DESCRIPTION
+
+These are the manpages that document LilyPond.
+
+
+=head2 Documentation: manpages, manuals
+
+
+=over 4
+
+=item *
+<a href=mi2mu.html
+>
+manual page for mi2mu, the MIDI convertor.
+</a
+>
+
+=item *
+<a href=lilypond.html
+>
+The manual page
+</a
+>
+
+=item *
+<a href=ly2dvi.html
+>
+Easy titling for LilyPond
+</a
+>
+
+=item *
+<a href=convert-mudela.html
+>
+The mudela convertor: convert-mudela
+</a
+>
+
+=item *
+<a href=mudela-book.html
+>
+mudela in TeX: mudela-book
+</a
+>
+
+=back
cd lilypond-source-dir; patch -E -p1 < %s\n\
\n\
Patches do not contain automatically generated files, \n\
-i.e. you should rerun configure\n\n'
+i.e. you should rerun autoconf and configure\n\n'
# ugh, how to get rid of .tex files generated by lily?
pats = ['*.lsm', 'configure', '*.txt', 'lilypond.spec']
sys.stderr.write('copying ' + srcdir + ' to ' + diffdir + '\n')
# os.system('cp -pr %s %s' % (srcdir, diffdir))
os.system('mkdir -p %s '% (diffdir))
- os.system('tar cf - --exclude out %s | tar -xf - -C %s'
- % (srcdir, '/tmp/make-patch'))
+ os.chdir (srcdir)
+ os.system('tar cf - --exclude out . | tar -xf - -C %s'
+ % diffdir)
if to_b != 0:
os.chdir ('/tmp/make-patch')
sys.stderr.write('copying ' + srcdir + ' to ' + diffdir + '\n')
os.system('mkdir -p %s '% (diffdir))
# os.system('cp -pr %s %s' (srcdir, diffdir))%
- os.system('tar -cf - --exclude out %s | tar -xf - -C %s '
- % (srcdir, '/tmp/make-patch'))
+ os.chdir (srcdir)
+ os.system('tar -cf - --exclude out . | tar -xf - -C %s '
+ % diffdir)
os.chdir('/tmp/make-patch')
os.chdir(todir)
def set_vars():
__main__.lilyversion = version_tuple_to_str(lilydirs.version_tuple())
os.environ["TEXINPUTS"] = os.environ["TEXINPUTS"] + ":%s/input/:" % depth;
+ os.environ["CONFIGSUFFIX"] = 'www';
os.environ["LILYINCLUDE"] = join (':', __main__.include_path) +':'+ os.environ["LILYINCLUDE"];
os.environ["LILYTOP"] = depth;
#
PODFILES = $(wildcard *.pod)
+OUTPODFILES = $(addprefix $(outdir)/,$(PODFILES))
+
CCFILES = $(wildcard *.cc)
MAKEFILES = $(wildcard *.make)
#
$(LIBRARY): $(configheader) $(OFILES)
$(AR_COMMAND) $(OFILES)
+ $(AR) ts $@ #silly irix
$(RANLIB_COMMAND)
$(SHAREDLIBRARY): $(configheader) $(OFILES) $(MODULE_LIBDEPS)
$(configheader): $(depth)/$(configuration).hh
cp $< $@
+WWW: local-WWW
+ $(LOOP)
+
+local-WWW:
ifneq ($(DEPFILES),)