X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FGNUmakefile;h=51302a630905979712051da8bb09bc3092259b0f;hb=72c8c9aef2cff0a61953a52adaf83d6dd74f8b18;hp=1befb1f496bae616a5a732da707afc5206c76a5c;hpb=9efbad2d9487a05b04423e7e9f062968e8f8eaf4;p=lilypond.git diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 1befb1f496..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 -STEPMAKE_TEMPLATES=install - -INSTALLATION_DIR=$(datadir)/tex/ +INSTALLATION_DIR=$(local_lilypond_datadir)/tex/ INSTALLATION_FILES=$(TEX_FILES) include $(depth)/make/stepmake.make +local-uninstall: + -rmdir $(DESTDIR)$(local_lilypond_datadir)/tex + +all: $(INSTALLATION_FILES) +