summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McCarty <pnorcks@gmail.com>2010-07-11 11:04:37 -0700
committerPatrick McCarty <pnorcks@gmail.com>2010-07-11 11:05:07 -0700
commit8da0deaaa07206060c04420473f7bfde795ce6b0 (patch)
tree7a96d881d21a842326b657e8969f5dcba2bb4b6d
parentdbc8aaa7468900013eb45185a7641b62d68cfda7 (diff)
Remove obsolete targets in ps/GNUmakefile.
-rw-r--r--ps/GNUmakefile9
1 files changed, 0 insertions, 9 deletions
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