~ubuntu-branches/ubuntu/oneiric/wmressel/oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mike Furr
  • Date: 2004-06-11 10:05:51 UTC
  • Revision ID: james.westby@ubuntu.com-20040611100551-ba8obww6v11rumn3
Tags: 0.8-3
* Applied patch from Andreas Jochens to build on amd64
  (Closes: 253759)
* Updated standards version to 3.6.1.0
* renamed the manpage to .1x to match its .TH

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
install:: wmressel
10
10
        @INSTALL@ -s -m 0755 src/wmressel $(DESTDIR)/bin/
11
 
        @INSTALL@ -m 0644 wmressel.1 $(DESTDIR)/man/man1/
 
11
        @INSTALL@ -m 0644 wmressel.1x $(DESTDIR)/share//man/man1/
12
12
        @echo "wmressel installation finished..."
13
13