X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FGNUmakefile;h=51302a630905979712051da8bb09bc3092259b0f;hb=107c64cf5e5809fc09dd4823b7c5351a76875005;hp=623b9a0aa1c78b270d2eaf60ddacd8bdd8420210;hpb=4e4c2a06c4d3b28d75f96dc5583c4cd1417f9617;p=lilypond.git diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 623b9a0aa1..51302a6309 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -1,37 +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_OUT_SUFFIXES=1 -INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/fonts/enc -INSTALLATION_OUT_FILES1=$(outdir)/latin1.enc +INSTALLATION_FILES=$(TEX_FILES) include $(depth)/make/stepmake.make -$(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps - rm -f $@ - -ln $< $@ - -$(outdir)/latin1.enc: GNUmakefile - echo '/ISOLatin1Encoding' > $@ - echo 'ISOLatin1Encoding pstack' \ - | gs -sDEVICE=nullpage -quiet - \ - | sed 's|/minus|/hyphen|' >> $@ - echo 'def' >> $@ - -# 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)