X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FGNUmakefile;h=b29da5acbfc7f43238fca00d1d0a54e82dea0125;hb=63c55a280ffb3ec91e9b3ee356509d883d7382a9;hp=16b47023ad7b30e1b73ae2006caf564c4b912802;hpb=a41bc3e06fca46daa875419b5dc00dd958e1fde0;p=lilypond.git diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 16b47023ad..b29da5acbf 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -1,14 +1,16 @@ -# tex/Makefile - depth = .. +TEX_FILES = $(filter-out texinfo.tex, $(call src-wildcard,*.tex)) +EXTRA_DIST_FILES = $(TEX_FILES) texinfo.tex texinfo.cnf +STEPMAKE_TEMPLATES=install install-out -TEX_FILES = $(wildcard *.tex) -EXTRA_DIST_FILES = $(TEX_FILES) - -INSTALLATION_DIR=$(TEXDIR)/lilypond +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)