~ubuntu-branches/ubuntu/intrepid/signing-party/intrepid

« back to all changes in this revision

Viewing changes to sig2dot/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-05-20 12:23:52 UTC
  • mfrom: (1.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080520122352-ifxepk04h8ktfr5p
Tags: 1.0-2
* gpg-mailkeys: Fix parameter escaping of printf, thanks
  Olivier Tetard (Closes: #478151).
* springgraph: clarify help text (Closes: 474351).
* Switch dependency libmime-perl to libmime-tools-perl (renamed).
* Put springgraph and sig2dot in section graphics.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all:
 
2
 
 
3
install:
 
4
        install -D sig2dot $(DESTDIR)/usr/bin/sig2dot
 
5
        install -D -m644 sig2dot.1 $(DESTDIR)/usr/share/man/man1/sig2dot.1
 
6
        install -D -m644 README.sig2dot \
 
7
                $(DESTDIR)/usr/share/doc/signing-party/README.sig2dot
 
8
 
 
9
clean: