]> git.donarmstrong.com Git - lilypond.git/blobdiff - ps/GNUmakefile
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / ps / GNUmakefile
index 1ade515613c934f6fbce48df0b0867b2e3591a40..1e99fd5f7e417ee64176f53ab3e0b86095233ad6 100644 (file)
@@ -8,4 +8,13 @@ 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