~pkgcrosswire/sword/tag

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Jonathan Marsden
  • Date: 2009-02-14 02:18:23 UTC
  • mfrom: (10.2.5 changelog)
  • Revision ID: jmarsden@fastmail.fm-20090214021823-xrmk85ydppx5vs50
Merged changelog branch to main

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
# The next two rules use chrpath to remove unwanted rpath info 
14
14
# from the compiled binaries when they are built on amd64.
 
15
 
15
16
build/libsword7::
16
17
        chrpath -d $(CURDIR)/lib/.libs/libsword.so*
17
18
        chrpath -d $(CURDIR)/utilities/.libs/*
 
19
        pod2man --release=$(VERSION) --center "" debian/imp2gbs.1.pod > imp2gbs.1
 
20
        pod2man --release=$(VERSION) --center "" debian/imp2ld.1.pod > imp2ld.1
 
21
        pod2man --release=$(VERSION) --center "" debian/imp2vs.1.pod > imp2vs.1
18
22
 
19
23
build/diatheke::
20
24
        chrpath -d $(CURDIR)/utilities/diatheke/.libs/diatheke
 
25