From b3bf00defa7abf72c45d932d67c0dd0e940aba29 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 3 Dec 2006 20:09:45 +0100 Subject: [PATCH] strip dvips. --- GNUmakefile.in | 4 ---- SConstruct | 2 -- 2 files changed, 6 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 04a305ed76..b5af8926c5 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -154,7 +154,6 @@ $(tree-share-prefix)/lilypond-force link-tree: GNUmakefile ln -s $(TOPLEVEL_VERSION) $(tree-share-prefix-current) mkdir -p $(tree-lib-prefix) ln -s $(TOPLEVEL_VERSION) $(tree-lib-prefix-current) - mkdir -p $(tree-share-prefix)/dvips mkdir -p $(tree-share-prefix)/elisp mkdir -p $(tree-share-prefix)/fonts mkdir -p $(tree-share-prefix)/fonts/otf @@ -177,9 +176,6 @@ $(tree-share-prefix)/lilypond-force link-tree: GNUmakefile ln -s ../../../../python/$(outconfbase) python && \ ln -s $(top-src-dir)/scm && \ ln -s $(top-src-dir)/scripts scripts - cd $(tree-share-prefix)/dvips && \ - ln -s ./../../../mf/$(outconfbase) mf-out && \ - ln -s $(top-src-dir)/ps cd $(tree-share-prefix)/tex && \ ln -s $(top-src-dir)/tex source && \ ln -s ../../../../../tex/$(outconfbase) tex-out && \ diff --git a/SConstruct b/SConstruct index 40949dc511..f4e24bf29b 100644 --- a/SConstruct +++ b/SConstruct @@ -313,7 +313,6 @@ def symlink_tree (target, source, env): ('scripts/', 'bin/lilypond-book'), ('scripts/', 'bin/ps2png'), ('mf', 'share/lilypond/%(ver)s/dvips/mf-out'), - ('#ps', 'share/lilypond/%(ver)s/dvips/ps'), ('#ps/music-drawing-routines.ps', 'share/lilypond/%(ver)s/tex/music-drawing-routines.ps'), ('mf', 'share/lilypond/%(ver)s/otf'), @@ -438,7 +437,6 @@ def configure (target, source, env): #test_program (optional, 'foo', '2.0', 'Foomatic tester', 'bar') test_program (optional, 'bison', '1.25', 'Bison -- parser generator', 'bison') - test_program (optional, 'dvips', '0.0', 'Dvips', 'tetex-bin') test_program (optional, 'fontforge', '0.0.20050624', 'FontForge', 'fontforge') test_program (optional, 'flex', '0.0', 'Flex -- lexer generator', -- 2.39.5