X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ps%2FGNUmakefile;h=d05179fd4ed718512dc73bfb70cd207c9ac852d4;hb=455972425ff391f3c4ab80c689a8e9e803af8cc7;hp=d4353253c468e187516c57ac20a87e5d70c99ee2;hpb=ae9dfbb452eff2e47f1330854a12d73161fcb677;p=lilypond.git diff --git a/ps/GNUmakefile b/ps/GNUmakefile index d4353253c4..d05179fd4e 100644 --- a/ps/GNUmakefile +++ b/ps/GNUmakefile @@ -1,15 +1,20 @@ -# tex/Makefile - depth = .. +PS_FILES = $(call src-wildcard,*.ps) -PS_FILES = $(wildcard *.ps) - -EXTRA_DIST_FILES = $(PS_FILES) +STEPMAKE_TEMPLATES=install +EXTRA_DIST_FILES = $(PS_FILES) -INSTALLATION_DIR=$(datadir)/ps/ +INSTALLATION_DIR=$(local_lilypond_datadir)/ps/ INSTALLATION_FILES=$(PS_FILES) -include $(depth)/make/stepmake.make -include $(stepdir)/installfiles.make +# teTeX-3.0 compatibility. +local-install: + -$(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)/dvips + (cd $(DESTDIR)$(local_lilypond_datadir)/dvips && ln -sf ../ps .) +local-uninstall: + -rm -f $(DESTDIR)$(local_lilypond_datadir)/dvips/ps + -rmdir $(DESTDIR)$(local_lilypond_datadir)/dvips + +include $(depth)/make/stepmake.make