X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ps%2FGNUmakefile;h=4bdc92c75e584159dcc43910360abced062efc11;hb=c838ee8dfd128890fe06537e3e81f47a0e725267;hp=c57e9e6a12e5bcd68d109dd169310dcf22bc69a4;hpb=e2ac00138c9e5e9df810798f0c21c49ad5f61aeb;p=lilypond.git diff --git a/ps/GNUmakefile b/ps/GNUmakefile index c57e9e6a12..4bdc92c75e 100644 --- a/ps/GNUmakefile +++ b/ps/GNUmakefile @@ -1,20 +1,11 @@ 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_DIR=$(local_lilypond_datadir)/ps INSTALLATION_FILES=$(PS_FILES) -# teTeX-3.0 compatibility. -local-install: - -$(INSTALL) -d $(local_lilypond_datadir)/dvips - (cd $(local_lilypond_datadir)/dvips && ln -sf ../ps .) - -local-uninstall: - -rm -f $(local_lilypond_datadir)/dvips/ps - -rmdir $(local_lilypond_datadir)/dvips - include $(depth)/make/stepmake.make