~micahg/mozilla-devscripts/ff-tb-unversioned

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Benjamin Drung
  • Date: 2010-01-07 13:38:39 UTC
  • Revision ID: bdrung@ubuntu.com-20100107133839-7pbnxnzi8v102sj3
  - wrote man page for dh_xul-ext
    - add man/dh_xul-ext.1
    - update src/Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
        install -m 644 xul-ext.pm $(DESTDIR)/usr/share/perl5/Debian/Debhelper/Sequence/xul_ext.pm
98
98
 
99
99
install-man:
 
100
        install -D -m 644 ../man/dh_xul-ext.1 $(DESTDIR)$(MANDIR)/man1/dh_xul-ext.1
100
101
        install -D -m 644 ../man/install-xpi.1 $(DESTDIR)$(MANDIR)/man1/install-xpi.1
101
102
        install -D -m 644 ../man/moz-version.1 $(DESTDIR)$(MANDIR)/man1/moz-version.1
102
103
        install -D -m 644 ../man/xpi-pack.1 $(DESTDIR)$(MANDIR)/man1/xpi-pack.1