X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FGNUmakefile;h=bc9dcc9201355f15d5eb99b3a87b78ebfba0d633;hb=7f3f0083f89d87c5ed0422858e9648fc759e98a4;hp=239f4f8f9be7496eef4162ae0b36948cd6070361;hpb=150ff905539154877da98ae5d59fcf8938dcda97;p=lilypond.git diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 239f4f8f9b..bc9dcc9201 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -1,38 +1,15 @@ depth = .. -TEX_FILES = $(wildcard *.tex) texinfo.cnf -EXTRA_DIST_FILES = $(TEX_FILES) -STEPMAKE_TEMPLATES=install install-out +TEX_FILES = $(filter-out texinfo.tex, $(call src-wildcard,*.tex)) +EXTRA_DIST_FILES = $(TEX_FILES) texinfo.tex +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_DIR = $(local_lilypond_datadir)/tex/ +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' > $@.orig - echo 'ISOLatin1Encoding pstack' \ - | gs -sDEVICE=nullpage -quiet - 2>> $@.orig - echo 'def' >> $@.orig - sed 's|/minus|/hyphen|' < $@.orig > $@ - - -# 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)