~ubuntu-branches/ubuntu/dapper/openjade1.3/dapper

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2006-01-05 23:46:38 UTC
  • Revision ID: james.westby@ubuntu.com-20060105234638-210nvi0bwyzrvyjc
Tags: 1.3.2-8ubuntu1
Break up multi-line sed expression in debian/rules in order to work with
the backslash-newline processing changes in make 3.80+3.81.b3-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        cat COPYING debian/copyright.Debian > debian/copyright
109
109
 
110
110
#        substitution in README.Debian
111
 
        sed -e 's|%{default-catalogs}|$(default-catalogs)|;             \
112
 
                s|%{default-sgml-path}|$(default-sgml-path)|;           \
113
 
                s|%{sgmldir}|$(sgmldir)|;'                              \
 
111
        sed -e 's|%{default-catalogs}|$(default-catalogs)|;'            \
 
112
            -e 's|%{default-sgml-path}|$(default-sgml-path)|;'          \
 
113
            -e 's|%{sgmldir}|$(sgmldir)|;'                              \
114
114
                debian/README.Debian.in > debian/README.Debian
115
115
 
116
116
##