X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FGNUmakefile;h=bc9dcc9201355f15d5eb99b3a87b78ebfba0d633;hb=05ea596de0b94fdcc64fa6bafccf4078ccfd53cf;hp=16b47023ad7b30e1b73ae2006caf564c4b912802;hpb=a41bc3e06fca46daa875419b5dc00dd958e1fde0;p=lilypond.git diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 16b47023ad..bc9dcc9201 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -1,14 +1,15 @@ -# tex/Makefile - depth = .. +TEX_FILES = $(filter-out texinfo.tex, $(call src-wildcard,*.tex)) +EXTRA_DIST_FILES = $(TEX_FILES) texinfo.tex +STEPMAKE_TEMPLATES = install install-out -TEX_FILES = $(wildcard *.tex) -EXTRA_DIST_FILES = $(TEX_FILES) - -INSTALLATION_DIR=$(TEXDIR)/lilypond -INSTALLATION_FILES=$(TEX_FILES) +INSTALLATION_DIR = $(local_lilypond_datadir)/tex/ +INSTALLATION_FILES = $(TEX_FILES) include $(depth)/make/stepmake.make -include $(stepdir)/installfiles.make +local-uninstall: + -rmdir $(DESTDIR)$(local_lilypond_datadir)/tex + +all: $(INSTALLATION_FILES)