X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FGNUmakefile;h=51302a630905979712051da8bb09bc3092259b0f;hb=f52e59b15644e5da959b30a2e2d55fd5d5970bcb;hp=c6f3822ec18714bf1a4244df057a5b4611352451;hpb=068b30ff4bfe81e6dd41ac3736bbc52980e79a1f;p=lilypond.git diff --git a/tex/GNUmakefile b/tex/GNUmakefile index c6f3822ec1..51302a6309 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -1,15 +1,16 @@ -# tex/Makefile - depth = .. +TEX_FILES = $(filter-out texinfo.tex, $(call src-wildcard,*.tex)) +EXTRA_DIST_FILES = $(TEX_FILES) texinfo.tex quotes.patch +STEPMAKE_TEMPLATES=install install-out -TEX_FILES = $(wildcard *.tex) - -EXTRA_DIST_FILES = $(TEX_FILES) lilyponddefs.ps - -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)