From: Patrick McCarty Date: Sun, 11 Jul 2010 18:04:37 +0000 (-0700) Subject: Remove obsolete targets in ps/GNUmakefile. X-Git-Tag: release/2.13.28-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8da0deaaa07206060c04420473f7bfde795ce6b0;p=lilypond.git Remove obsolete targets in ps/GNUmakefile. --- diff --git a/ps/GNUmakefile b/ps/GNUmakefile index d05179fd4e..8967ca4a2d 100644 --- a/ps/GNUmakefile +++ b/ps/GNUmakefile @@ -8,13 +8,4 @@ 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