~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to debian/convert-info-files-to-unix.sh

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
# info files in texlive are with DOS lineendings. Fix this here
6
6
#
 
7
# $Id: convert-info-files-to-unix.sh 2583 2007-03-15 20:12:56Z frank $
7
8
# Norbert Preining, 2005
8
9
# GPL
9
 
 
 
10
set -e
10
11
shopt -s nullglob
11
12
 
12
13
for f in debian/*.info ; do