~christer.edwards/origami/debian

« back to all changes in this revision

Viewing changes to rules

  • Committer: Christer Edwards
  • Date: 2009-09-27 14:30:27 UTC
  • Revision ID: christer.edwards@ubuntu.com-20090927143027-oxy3mxs1w96shvcm
cleaned up redundant directory
removed power-saving scripts
updated changelog to upstream 0.7.1
addressed #379835 in origami.pod
removed power-saving scripts from origami.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
                                
 
3
include /usr/share/cdbs/1/rules/debhelper.mk
 
4
 
 
5
build/origami::
 
6
        pod2man --section=1 --release=$(VERSION) --center "" debian/origami.pod > debian/origami.1
 
7
 
 
8
cleanbuildir/origami::
 
9
        rm -f debian/origami.1
 
10
 
 
11
DEB_INSTALL_MANPAGES_origami = debian/origami.1