~ubuntu-branches/ubuntu/raring/texlive-bin/raring

« back to all changes in this revision

Viewing changes to texk/web2c/uptexdir/updvitype.test

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-30 11:02:05 UTC
  • mfrom: (4.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120530110205-9gb0n01ahjs4g15y
Tags: 2012.20120530-1
* new upstream snapshot (svn 26726)
  exporting kpse_cnf_get (Closes: #675109)
* cnf.h is again installed, don't install it via libkpathsea-dev.install
* patch handling:
  . removed: 41_maketexmf, 12_fix_epstopdf_invocation
    both included upstream or not needed anymore
  . new: set-e-fmtutil part of set-e-in-various-scripts that still 
    applies
  . disabled: 57_texconfig_papersizes_for_upstream,
    58_texconfig_papersizes_use_ucf, superseeded by 55_texconfig_stuff
  . disabled: set-e-in-various-scripts: split into set-e-fmtutil
    and a disabled part for texconfig

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
 
3
 
# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org>
 
3
# Copyright (C) 2011-2012 Peter Breitenlohner <tex-live@tug.org>
4
4
# You may freely use, modify and/or distribute this file.
5
5
 
6
6
test -d tests || mkdir -p tests
8
8
if tfmpath=`$KPSEWHICH cmbx10.tfm`; then
9
9
 
10
10
  TEXMFCNF=$srcdir/../kpathsea \
11
 
    TFMFONTS=`dirname $tfmpath` \
 
11
    TFMFONTS=`dirname "$tfmpath"` \
12
12
    ./updvitype -show-opcodes $srcdir/tests/story >tests/xstory.dvityp || exit 1
13
13
 
14
14
fi