~ubuntu-branches/ubuntu/natty/atheist/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martin Angelina
  • Date: 2009-09-14 13:36:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090914133631-1rzr33qh8gzi8nus
Tags: 0.20090921-1
* New upstream author release.
* Included changelog.atheist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
include /usr/share/cdbs/1/rules/debhelper.mk
9
9
include /usr/share/cdbs/1/class/python-distutils.mk
10
10
 
11
 
build/atheist:: debian/atheist.1 doc/Atheist.pdf doc/_build/html
 
11
build/atheist:: debian/atheist.1 debian/changelog.atheist doc/Atheist.pdf doc/_build/html
12
12
 
13
13
install/atheist::
14
14
        mv $(CURDIR)/debian/atheist/usr/bin/atheist.py $(CURDIR)/debian/atheist/usr/bin/atheist
15
15
 
 
16
debian/changelog.atheist: $(CURDIR)/changelog
 
17
        cp $(CURDIR)/changelog $(CURDIR)/changelog.atheist
 
18
 
16
19
debian/atheist.1: debian/atheist.xml
17
20
        $(XP) -o $@ $(DB2MAN) $<
18
21