diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-12-03 20:09:45 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-12-03 20:09:45 +0100 |
commit | b3bf00defa7abf72c45d932d67c0dd0e940aba29 (patch) | |
tree | cf0048eb806f6c5894629da64184347f234a4d42 /GNUmakefile.in | |
parent | 2ca751172a1dad09061c54d9a10fee7663d12a51 (diff) |
strip dvips.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 4 |
1 files changed, 0 insertions, 4 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 && \ |