X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ps%2FGNUmakefile;h=4bdc92c75e584159dcc43910360abced062efc11;hb=77267b700c377fd170abcbf4863728937038eb5e;hp=1ade515613c934f6fbce48df0b0867b2e3591a40;hpb=2c3df4721f91845e7a49c270ff06809275be49ae;p=lilypond.git diff --git a/ps/GNUmakefile b/ps/GNUmakefile index 1ade515613..4bdc92c75e 100644 --- a/ps/GNUmakefile +++ b/ps/GNUmakefile @@ -1,11 +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) include $(depth)/make/stepmake.make