]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/Rules.make
release: 0.1.44
[lilypond.git] / Documentation / Rules.make
index 88ab6fb34a9f0cb3eaca6b23ea49ecb605b5edd4..fc9a6198f1ebefd3792ba251beee5455c976d677 100644 (file)
@@ -43,18 +43,6 @@ $(outdir)/%.gz: $(outdir)/%
        gzip -c9 $< > $@
 
 name-stem= $(notdir $(basename $<))
-$(outdir)/%.dvi: $(depth)/input/%.ly $(depth)/VERSION
-       (cd $(outdir); \
-       lilypond -I/  ../$< )
-       (cd $(outdir); \
-       if [ -f ../$(basename $< ).tex ]; \
-       then \
-               latex ../$(basename $< ) ;\
-       else \
-               tex $(name-stem) ;\
-       fi)
-
-
 
 $(outdir)/%.gif: $(outdir)/%.ps
        sh $(depth)/bin/ps-to-gifs.sh $<