From: fred Date: Tue, 26 Mar 2002 21:26:40 +0000 (+0000) Subject: lilypond-1.0.12 X-Git-Tag: release/1.5.59~2864 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cd8a98e7de91cbeeb14e622a2fde37886a571d68;p=lilypond.git lilypond-1.0.12 --- diff --git a/Documentation/tex/GNUmakefile b/Documentation/tex/GNUmakefile index 9ac25bad27..beff5d81a9 100644 --- a/Documentation/tex/GNUmakefile +++ b/Documentation/tex/GNUmakefile @@ -18,14 +18,14 @@ EXTRA_DIST_FILES= $(BIB_FILES) $(DOC_FILES) $(DATA_FILES) $(EL_FILES) $(YO_URG_F HTML_FILES = $(addprefix $(outdir)/, $(YO_FILES:.yo=.html)) PS_FILES = $(DVI_FILES:.dvi=.ps) -STEPMAKE_TEMPLATES=documentation +STEPMAKE_TEMPLATES=tex documentation LOCALSTEPMAKE_TEMPLATES=lilypond mudela include $(depth)/make/stepmake.make -export BIBINPUTS:="$(topdir)/Documentation/tex//"#huh? +export BIBINPUTS:="$(topdir)/Documentation/tex//"$(PATHSEP)$(BIBINPUTS) @@ -54,8 +54,9 @@ local-WWW: $(HTML_FILES) $(OUTDOC_FILES:.doc=.ps.gz) $(OUTYO_FILES:.yo=.latex) $ $(outdir)/%.bib: %.bib ln -f $< $@ +# ignore result since bib2html is nonstandard. Errors would halt the RPM build.j $(outdir)/%.html: %.bib - bib2html $< $@ + -bib2html $< $@ # Yeah right: # make -k out/mudela.dvi => cp -f out/vocabulary.tex out/mudela.dvi