]> git.donarmstrong.com Git - lilypond.git/blobdiff - tex/GNUmakefile
* Merge from stable:
[lilypond.git] / tex / GNUmakefile
index c9f4c4b19bde51bef61237946a64879403d07092..b58a7e55ce2ba1a92530cfed9b8ce8db76e0e23f 100644 (file)
@@ -1,6 +1,6 @@
 depth = ..
 
-TEX_FILES = $(wildcard *.tex)
+TEX_FILES = $(wildcard *.tex) $(outdir)/music-drawing-routines.ps
 
 EXTRA_DIST_FILES = $(TEX_FILES)
 STEPMAKE_TEMPLATES=install
@@ -10,3 +10,7 @@ INSTALLATION_FILES=$(TEX_FILES)
 
 include $(depth)/make/stepmake.make
 
+$(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps
+       -cp $< $@
+
+all: $(INSTALLATION_FILES)