]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-rules.make
patch::: 1.3.119.jcn3
[lilypond.git] / stepmake / stepmake / texinfo-rules.make
index 0356e3629606091ab3192f8825cf11e7cba33e53..452f736b1fe231ee38db82c141e67d25119adc2f 100644 (file)
@@ -17,7 +17,9 @@ $(outdir)/%/%.html: $(outdir)/%.texi
        $(deep-footify) $(sort $(wildcard $(outdir)/$(*F)/*.html))
 
 $(outdir)/%.dvi: $(outdir)/%.texi
-       cd $(outdir); texi2dvi --batch --clean ../$< 
+# ugh, --clean removes .. from TEXINPUTS?
+#      cd $(outdir); texi2dvi --batch --clean ../$< 
+       cd $(outdir); texi2dvi --batch ../$< 
 
 $(outdir)/%.txt: $(outdir)/%.texi
        $(MAKEINFO) -I../ -I $(outdir) --no-split --no-headers --output $@ $<