~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2006-05-12 13:17:18 UTC
  • Revision ID: james.westby@ubuntu.com-20060512131718-g8rc9j98jrfoo2g7
Tags: 1.38-2ubuntu2
Add -output=. to texi2html call to fix FTBFS (Malone: #36925)

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
        make -C ${stdbuilddir} all
157
157
 
158
158
        ( cd ${stdbuilddir}/doc && \
159
 
          texi2html -split_chapter ${topdir}/doc/libext2fs.texinfo )
 
159
          texi2html -output=. -split_chapter ${topdir}/doc/libext2fs.texinfo )
160
160
        ( cd ${stdbuilddir}/lib/et && make com_err.info && \
161
 
          texi2html -split_chapter -expandinfo ${topdir}/lib/et/com_err.texinfo )
 
161
          texi2html -output=. -split_chapter -expandinfo ${topdir}/lib/et/com_err.texinfo )
162
162
 
163
163
  # specially-built MIPS lib
164
164
        if [ ismips = "${ismips}" ]; then \