X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ps%2FGNUmakefile;h=d05179fd4ed718512dc73bfb70cd207c9ac852d4;hb=e068bfd82740ae5cd5385a1702a06c05da08ff78;hp=1ade515613c934f6fbce48df0b0867b2e3591a40;hpb=2c3df4721f91845e7a49c270ff06809275be49ae;p=lilypond.git diff --git a/ps/GNUmakefile b/ps/GNUmakefile index 1ade515613..d05179fd4e 100644 --- a/ps/GNUmakefile +++ b/ps/GNUmakefile @@ -1,11 +1,20 @@ depth = .. -PS_FILES = $(wildcard *.ps) +PS_FILES = $(call src-wildcard,*.ps) STEPMAKE_TEMPLATES=install -EXTRA_DIST_FILES = $(PS_FILES) +EXTRA_DIST_FILES = $(PS_FILES) INSTALLATION_DIR=$(local_lilypond_datadir)/ps/ INSTALLATION_FILES=$(PS_FILES) +# 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