]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove obsolete targets in ps/GNUmakefile.
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 11 Jul 2010 18:04:37 +0000 (11:04 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 11 Jul 2010 18:05:07 +0000 (11:05 -0700)
ps/GNUmakefile

index d05179fd4ed718512dc73bfb70cd207c9ac852d4..8967ca4a2d5feb55780009fede1a706ce7e74366 100644 (file)
@@ -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