~ubuntu-branches/ubuntu/precise/devscripts/precise-security

« back to all changes in this revision

Viewing changes to scripts/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): James Vega, James Vega, David Prévot, Patrick Schoenfeld
  • Date: 2010-10-21 07:36:42 UTC
  • mto: (114.1.1 precise-proposed)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: james.westby@ubuntu.com-20101021073642-l0f5rdwt1tjzwzag
Tags: 2.10.69
[ James Vega ]
* po4a: Add targets to transform translated POD/DocBook files into man
  pages.  (Closes: #597782)
* Include command list in localized devscripts.1.  (Closes: #597906)
* Fix a couple markup issues in source files for generated man pages.
* bts: Don't send an empty email when --no-action is given.  (Closes:
  #600822)

[ David Prévot ]
* Update French translation.  (Closes: #599234, #600033)

[ Patrick Schoenfeld ]
* Replace occurences of old FSF address with the FSF recommendation
  what should be written inside of source files.
  (Closes: #502512) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
COMPL_FILES := $(wildcard *.bash_completion)
14
14
COMPLETION = $(patsubst %.bash_completion,devscripts.%,$(COMPL_FILES))
15
15
 
16
 
GEN_MAN1S = bts.1 build-rdeps.1 chdist.1 dcontrol.1 debcheckout.1 debcommit.1 \
17
 
            deb-reversion.1 desktop2menu.1 dget.1 licensecheck.1 mass-bug.1 \
18
 
            mk-build-deps.1 namecheck.1 rmadison.1 svnpath.1 tagpending.1 \
19
 
            transition-check.1 devscripts.1
 
16
GEN_MAN1S += devscripts.1
20
17
 
21
18
BINDIR = /usr/bin
22
19
LIBDIR = /usr/lib/devscripts
36
33
        cp $< $@
37
34
        chmod +x $@
38
35
 
39
 
        
40
36
%.1: %.pl
41
37
        podchecker $<
42
 
        pod2man --center=" " --release="Debian Utilities" $< > $@
 
38
        pod2man --utf8 --center=" " --release="Debian Utilities" $< > $@
43
39
%.1: %.dbk
44
40
        xsltproc --nonet -o $@ \
45
41
          /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<