~ubuntu-branches/ubuntu/utopic/eb/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2011-05-15 17:45:24 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110515174524-cq2gg9l4q2h01769
Tags: 4.4.3-2
* debian/rules: Add --no-info to help2man to suppress pointer to Texinfo
  manual.
* debian/copyright, debian/changelog: Typo fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
        install -d $(CURDIR)/debian/tmp/usr/share/man/man1
80
80
        for f in $(CURDIR)/debian/*.h2m; do \
81
 
          LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib help2man --include=$${f} --output=$(CURDIR)/debian/tmp/usr/share/man/man1/`basename $${f} .h2m`.1 $(CURDIR)/debian/tmp/usr/bin/`basename $${f} .h2m`; \
 
81
          LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib help2man --no-info --include=$${f} --output=$(CURDIR)/debian/tmp/usr/share/man/man1/`basename $${f} .h2m`.1 $(CURDIR)/debian/tmp/usr/bin/`basename $${f} .h2m`; \
82
82
        done
83
83
        install -d $(CURDIR)/debian/tmp/usr/share/eb
84
84
        for f in README; do \