X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FGNUmakefile;h=8d3554e52c8252836a96c8759d10dd1a1ac6846b;hb=969b3b0a27bbdaa721cb6b78a9ce82a9b0300277;hp=16b47023ad7b30e1b73ae2006caf564c4b912802;hpb=a41bc3e06fca46daa875419b5dc00dd958e1fde0;p=lilypond.git diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 16b47023ad..8d3554e52c 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -1,14 +1,17 @@ -# tex/Makefile - depth = .. +TEX_FILES = $(wildcard *.tex) $(outdir)/music-drawing-routines.ps -TEX_FILES = $(wildcard *.tex) -EXTRA_DIST_FILES = $(TEX_FILES) +EXTRA_DIST_FILES = $(TEX_FILES) +STEPMAKE_TEMPLATES=install -INSTALLATION_DIR=$(TEXDIR)/lilypond +INSTALLATION_DIR=$(local_lilypond_datadir)/tex/ INSTALLATION_FILES=$(TEX_FILES) include $(depth)/make/stepmake.make -include $(stepdir)/installfiles.make +$(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps + rm -f $@ + -ln $< $@ + +all: $(INSTALLATION_FILES)