X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ps%2FGNUmakefile;h=8967ca4a2d5feb55780009fede1a706ce7e74366;hb=f09f236f554124b3830332cfcf2c900f07197b68;hp=1e99fd5f7e417ee64176f53ab3e0b86095233ad6;hpb=a61bd357aa25a0bec314736a881550830706d5ae;p=lilypond.git diff --git a/ps/GNUmakefile b/ps/GNUmakefile index 1e99fd5f7e..8967ca4a2d 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_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