X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FGNUmakefile;h=51302a630905979712051da8bb09bc3092259b0f;hb=c6554467b0a9beddf0d7ef12746ae31a25fe36e7;hp=9eca6bc5c7e3506523376ad5a3b679ec677cd390;hpb=0347dc0ae52d7c7c81c96ea8828b01e7601a1408;p=lilypond.git diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 9eca6bc5c7..51302a6309 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -1,27 +1,16 @@ depth = .. -TEX_FILES = $(wildcard *.tex) texinfo.cnf -EXTRA_DIST_FILES = $(TEX_FILES) +TEX_FILES = $(filter-out texinfo.tex, $(call src-wildcard,*.tex)) +EXTRA_DIST_FILES = $(TEX_FILES) texinfo.tex quotes.patch STEPMAKE_TEMPLATES=install install-out INSTALLATION_DIR=$(local_lilypond_datadir)/tex/ -INSTALLATION_FILES=$(TEX_FILES) $(outdir)/music-drawing-routines.ps +INSTALLATION_FILES=$(TEX_FILES) include $(depth)/make/stepmake.make -$(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps - rm -f $@ - -ln $< $@ - - -# teTeX-2.0.x compatibility. -local-install: - -$(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)/tex - (cd $(DESTDIR)$(local_lilypond_datadir)/tex && ln -sf ../fonts/enc .) - local-uninstall: - -rm -f $(DESTDIR)$(local_lilypond_datadir)/tex/enc -rmdir $(DESTDIR)$(local_lilypond_datadir)/tex -all: $(INSTALLATION_FILES) $(INSTALLATION_OUT_FILES1) +all: $(INSTALLATION_FILES)