]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.4.3
authorfred <fred>
Wed, 27 Mar 2002 01:04:25 +0000 (01:04 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:04:25 +0000 (01:04 +0000)
Documentation/windows/GNUmakefile

index ab7e00e73340bcb1597219ea220aa9e920d8506c..6ad23e453c79d9c31acc7f4eae5a4c14706c676a 100644 (file)
@@ -37,7 +37,7 @@ PYTHON_WRAPPERS=\
 
 OUT_PYTHON_WRAPPERS=$(PYTHON_WRAPPERS:%=$(outdir)/%)
 
-TEX_WRAPPERS=tex latex
+TEX_WRAPPERS=dvips latex tex yap
 OUT_TEX_WRAPPERS=$(TEX_WRAPPERS:%=$(outdir)/%)
 
 # profiles
@@ -60,12 +60,20 @@ $(outdir)/%: python-wrapper.sh
 #      cat $< | sed $(sed-atvariables) -e "s!@name@!$(*F)!g" > $@
 #      chmod 755 $@
 
+$(outdir)/latex: tex-wrapper.sh
+       cat $< | sed $(sed-atvariables) -e "s!@name@!latex!g" > $@
+       chmod 755 $@
+
+$(outdir)/dvips: tex-wrapper.sh
+       cat $< | sed $(sed-atvariables) -e "s!@name@!dvips!g" > $@
+       chmod 755 $@
+
 $(outdir)/tex: tex-wrapper.sh
        cat $< | sed $(sed-atvariables) -e "s!@name@!tex!g" > $@
        chmod 755 $@
 
-$(outdir)/latex: latex-wrapper.sh
-       cat $< | sed $(sed-atvariables) -e "s!@name@!latex!g" > $@
+$(outdir)/yap: tex-wrapper.sh
+       cat $< | sed $(sed-atvariables) -e "s!@name@!yap!g" > $@
        chmod 755 $@
 
 default: $(OUT_PYTHON_WRAPPERS) $(OUT_TEX_WRAPPERS) $(OUT_POST_INSTALLS) $(OUT_PROFILES)