diff options
author | Patrick McCarty <pnorcks@gmail.com> | 2010-07-11 11:04:37 -0700 |
---|---|---|
committer | Patrick McCarty <pnorcks@gmail.com> | 2010-07-11 11:05:07 -0700 |
commit | 8da0deaaa07206060c04420473f7bfde795ce6b0 (patch) | |
tree | 7a96d881d21a842326b657e8969f5dcba2bb4b6d /ps | |
parent | dbc8aaa7468900013eb45185a7641b62d68cfda7 (diff) |
Remove obsolete targets in ps/GNUmakefile.
Diffstat (limited to 'ps')
-rw-r--r-- | ps/GNUmakefile | 9 |
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 |